aboutsummaryrefslogtreecommitdiff
path: root/butl/timestamp
diff options
context:
space:
mode:
Diffstat (limited to 'butl/timestamp')
-rw-r--r--butl/timestamp2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/timestamp b/butl/timestamp
index 04a65b7..fe67bff 100644
--- a/butl/timestamp
+++ b/butl/timestamp
@@ -122,7 +122,7 @@ namespace butl
//
// Note that internally from_string() calls strptime(), which behaves
// according to the process' C locale (set with std::setlocale()) and not
- // the C++ locale (set with std::locale::global()). Meanwhile the behaviour
+ // the C++ locale (set with std::locale::global()). However the behaviour
// can be affected by std::locale::global() as well, as it itself calls
// std::setlocale() for the locale with a name.
//