summaryrefslogtreecommitdiff
path: root/shell/source/tools/lngconvex/lngconvex.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:58:49 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 06:23:07 +0000
commit04724c97b385d22b9db73c9d078a88fbbe019760 (patch)
tree2cfad4e7b5e682ca9704002cefe2cf773ad8f6a0 /shell/source/tools/lngconvex/lngconvex.cxx
parentd6e82846ce8bdd21db4a4aa783555950f0a8e442 (diff)
Fix typos
Change-Id: Ibf70cbce0d280ab4686062a4e110c7c9bb54791c Reviewed-on: https://gerrit.libreoffice.org/18976 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'shell/source/tools/lngconvex/lngconvex.cxx')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index b14cf638d165..8f4b3f9d6aec 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -124,7 +124,7 @@ OString get_absolute_file_path(const std::string& file_name)
}
/** A helper class, enables stream exceptions
- on construction, restors the old exception
+ on construction, restores the old exception
state on destruction */
class StreamExceptionsEnabler
{