aboutsummaryrefslogtreecommitdiff
path: root/build2/name.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/name.hxx')
-rw-r--r--build2/name.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/name.hxx b/build2/name.hxx
index 388415b..6f329ef 100644
--- a/build2/name.hxx
+++ b/build2/name.hxx
@@ -134,7 +134,7 @@ namespace build2
// Vector of names.
//
- // Quote often it will contain just one element so we use small_vector<1>.
+ // Quite often it will contain just one element so we use small_vector<1>.
// Note also that it must be a separate type rather than an alias for
// vector<name> in order to distinguish between untyped variable values
// (names) and typed ones (vector<name>).