aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_productions.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-14 15:39:53 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-14 15:39:53 -0800
commit295c8f48a6192e25053c5f0366ecfae6bcfa3bdc (patch)
tree41303217dffbff88f90f966b4bbcc72ba80fe3e1 /parse_productions.cpp
parent4a20febe968e7e63749eaab74626c4a135e9a976 (diff)
Teach screen how to render completion page. Correct spacing in
completion page contents.
Diffstat (limited to 'parse_productions.cpp')
-rw-r--r--parse_productions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_productions.cpp b/parse_productions.cpp
index 311d6808..4f40ce61 100644
--- a/parse_productions.cpp
+++ b/parse_productions.cpp
@@ -126,7 +126,7 @@ RESOLVE(statement)
if (token1.type == parse_token_type_string)
{
// If we are a function, then look for help arguments
- // Othewrise, if the next token looks like an option (starts with a dash), then parse it as a decorated statement
+ // Otherwise, if the next token looks like an option (starts with a dash), then parse it as a decorated statement
if (token1.keyword == parse_keyword_function && token2.is_help_argument)
{
return 4;