aboutsummaryrefslogtreecommitdiff
path: root/clint.py
diff options
context:
space:
mode:
authorWill Stamper <epmatsw@gmail.com>2014-06-08 13:30:44 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-06-12 20:26:35 -0400
commit5b3b3fd3ed4372866730ae857e8c09d6e5d1167d (patch)
treee339a78f58924c5001633c394078d1c21669f09a /clint.py
parent168575f3f73f79185db0abdb91be364c0d0f29f9 (diff)
downloadrneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.tar.gz
rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.tar.bz2
rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.zip
spelling fixes #827
Diffstat (limited to 'clint.py')
-rwxr-xr-xclint.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/clint.py b/clint.py
index 13d2d8cbe9..28b51fbc9c 100755
--- a/clint.py
+++ b/clint.py
@@ -1393,7 +1393,7 @@ class _NestingState(object):
token = matched.group(1)
if token == '{':
- # If namespace or class hasn't seen a opening brace yet, mark
+ # If namespace or class hasn't seen an opening brace yet, mark
# namespace/class head as complete. Push a new block onto the
# stack otherwise.
if not self.SeenOpenBrace():
@@ -3030,7 +3030,7 @@ def ParseArguments(args):
try:
_valid_extensions = set(val.split(','))
except ValueError:
- PrintUsage('Extensions must be comma seperated list.')
+ PrintUsage('Extensions must be comma separated list.')
if not filenames:
PrintUsage('No files were specified.')