aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-09-12 01:03:41 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-09-12 01:03:41 -0700
commite529f4d75f3a93c1c7497e6a6ac7aa395c75fc45 (patch)
tree8e7acc1c6281bf2ff727ea81cba2d72251476bf5 /complete.h
parent307a4ae9e854a8697dbde6861839d1c7a0615ef6 (diff)
Fix a comment typo
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.h b/complete.h
index 85208d69..84b84482 100644
--- a/complete.h
+++ b/complete.h
@@ -128,7 +128,7 @@ public:
completion_t(const completion_t &);
completion_t &operator=(const completion_t &);
- /* Compare two completions. No operating overlaoding to make this always explicit (there's potentially multiple ways to complare completions). */
+ /* Compare two completions. No operating overlaoding to make this always explicit (there's potentially multiple ways to compare completions). */
static bool is_alphabetically_less_than(const completion_t &a, const completion_t &b);
static bool is_alphabetically_equal_to(const completion_t &a, const completion_t &b);
};