From 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 20 Aug 2013 18:26:05 +0100 Subject: Re-work 8bit characters in source code, or remove them. Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- include/o3tl/lazy_update.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/o3tl') 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. -- cgit