summaryrefslogtreecommitdiff
path: root/include/o3tl/lazy_update.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/o3tl/lazy_update.hxx')
-rw-r--r--include/o3tl/lazy_update.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/lazy_update.hxx b/include/o3tl/lazy_update.hxx
index b05bda37ba40..192df24ca9f2 100644
--- a/include/o3tl/lazy_update.hxx
+++ b/include/o3tl/lazy_update.hxx
@@ -29,7 +29,7 @@ namespace o3tl
This template collects data in input type, and updates the
output type with the given update functor, but only if the
- output is requested. Usefúl if updating is expensive, or input
+ output is requested. Useful if updating is expensive, or input
changes frequently, but output is only comparatively seldom
used.