From 59f1e95844b420c529cd0205bba11cf3d0b73258 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:29:29 +0100 Subject: typo: previos -> previous --- comphelper/source/misc/officeresourcebundle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') diff --git a/comphelper/source/misc/officeresourcebundle.cxx b/comphelper/source/misc/officeresourcebundle.cxx index 054fe1772b73..3fe6b8dd20d4 100644 --- a/comphelper/source/misc/officeresourcebundle.cxx +++ b/comphelper/source/misc/officeresourcebundle.cxx @@ -84,7 +84,7 @@ namespace comphelper private: /** loads the bundle represented by the instance - The method is safe against multiple calls: If a previos call succeeded or failed, the + The method is safe against multiple calls: If a previous call succeeded or failed, the previous result will be returned, without any other processing. @precond -- cgit