Skip to content

Commit 8fa5b04

Browse files
luipirnyalldawson
authored andcommitted
typo
1 parent 7944f67 commit 8fa5b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/tests/GuiTest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def testRange(self):
188188

189189
# range values check
190190

191-
# check intial value
191+
# check initial value
192192
self.assertEqual(widget.getValue(), '0.0,100.0')
193193
# check set/get
194194
widget.setValue("100.0,200.0")
@@ -213,7 +213,7 @@ def testRange(self):
213213

214214
# range values check
215215

216-
# check intial value
216+
# check initial value
217217
self.assertEqual(widget.getValue(), '0.0,100.0')
218218
# check rounding
219219
widget.setValue("100.1,200.1")

0 commit comments

Comments
 (0)