summaryrefslogtreecommitdiff
path: root/src/testdir/test87.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test87.in')
-rw-r--r--src/testdir/test87.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test87.in b/src/testdir/test87.in
index 1515a906b..9111a499b 100644
--- a/src/testdir/test87.in
+++ b/src/testdir/test87.in
@@ -664,7 +664,7 @@ py3 << EOF
# Check GCing iterator that was not fully exhausted
i = iter(vim.buffers)
cb.append('i:' + str(next(i)))
-# and also check creating more then one iterator at a time
+# and also check creating more than one iterator at a time
i2 = iter(vim.buffers)
cb.append('i2:' + str(next(i2)))
cb.append('i:' + str(next(i)))