Skip to content

Commit 291eb3f

Browse files
committed
spellcheck edits made by codespell
1 parent 09a4a07 commit 291eb3f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.codespell/ignore_words.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ socio-economic
99

1010
;; Frobenius norm used in np.linalg.norm
1111
fro
12+
13+
;; cutted used as attribute in unit_test.py and fourigui.py
14+
cutted

news/test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
**Fixed:**
1818

19-
* Surpress the `RuntimeWarning` in tests for the `applycutoff` function
19+
* Suppress the `RuntimeWarning` in tests for the `applycutoff` function
2020

2121
**Security:**
2222

src/diffpy/fourigui/fourigui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ def initUI(self):
155155
anibutton.grid(row=8, column=4)
156156

157157
# row 10-12 Fourier transformation
158-
seperator = tk.Label(
158+
separator = tk.Label(
159159
frame00, text=" "
160160
) # __________________________________________________________________")
161-
seperator.grid(row=9, column=0, columnspan=5)
161+
separator.grid(row=9, column=0, columnspan=5)
162162
cutofflabel = tk.Label(frame00, text="cutoff frequency")
163163
cutofflabel.grid(row=10, column=2, columnspan=2)
164164
qminlabel = tk.Label(frame00, text="qmin [px]:")

0 commit comments

Comments
 (0)