From 364634220356ded55bf1f43e4aa9b68b5a3903a5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 17 Mar 2023 14:33:37 +0300 Subject: Fix typo in comment --- libbutl/utility.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl') 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: // -- cgit v1.1