From 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:25:02 +0200 Subject: Fix typos Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- shell/inc/internal/types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/inc') diff --git a/shell/inc/internal/types.hxx b/shell/inc/internal/types.hxx index d1470048fa62..1a6c32dc36fa 100644 --- a/shell/inc/internal/types.hxx +++ b/shell/inc/internal/types.hxx @@ -62,7 +62,7 @@ const Chunk_t EMPTY_CHUNK = ::std::make_pair( EMPTY_LOCALE, ::std::wstring()); //+------------------------------------------------------------------------- // Declare: StyleName_t, style name of a style-locale pair. -// StyleLocaleMap, the map of Styple-Locale pair. +// StyleLocaleMap, the map of Style-Locale pair. // Contents: Definitions of Style Names. typedef ::std::wstring StyleName_t; -- cgit