aboutsummaryrefslogtreecommitdiff
path: root/libbutl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-03-17 14:33:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-03-17 14:33:37 +0300
commit364634220356ded55bf1f43e4aa9b68b5a3903a5 (patch)
tree4b10954e735874cd37b9498041ef14e57626106f /libbutl
parent5d2c51cbcfa8e75ab972b5bf5864d7a5880c7156 (diff)
Fix typo in comment
Diffstat (limited to 'libbutl')
-rw-r--r--libbutl/utility.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/utility.hxx b/libbutl/utility.hxx
index 2785bac..a129276 100644
--- a/libbutl/utility.hxx
+++ b/libbutl/utility.hxx
@@ -172,7 +172,7 @@ namespace butl
return move (trim_right (s));
}
- // Find the beginning and end poistions of the next word. Return the size
+ // Find the beginning and end positions of the next word. Return the size
// of the word or 0 and set b = e = n if there are no more words. For
// example:
//