From 98ef3edb8a5d1a13963101d41abb2a8dd8a806dd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:45:16 +0100 Subject: Fix typos Change-Id: Id5811d092917c872715559f4508d01e4173d090c Reviewed-on: https://gerrit.libreoffice.org/35636 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- l10ntools/inc/common.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/inc/common.hxx') diff --git a/l10ntools/inc/common.hxx b/l10ntools/inc/common.hxx index f9cd72d955a1..4551e44f33e5 100644 --- a/l10ntools/inc/common.hxx +++ b/l10ntools/inc/common.hxx @@ -45,7 +45,7 @@ bool handleArguments(int argc, char * argv[], HandledArgs& o_aHandledArgs); /// Write out a help about usage void writeUsage(const OString& rName, const OString& rFileType); -/// Write out a PoEntry with attention to excaptions +/// Write out a PoEntry with attention to exceptions void writePoEntry( const OString& rExecutable, PoOfstream& rPoStream, const OString& rSourceFile, const OString& rResType, const OString& rGroupId, const OString& rLocalId, -- cgit