From 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Wed, 1 Feb 2012 14:42:58 +0100 Subject: A few safe replacements of pathes->paths --- framework/inc/classes/protocolhandlercache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/inc/classes/protocolhandlercache.hxx') diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx index 79f4cdc93259..8fe3dfcf1e0c 100644 --- a/framework/inc/classes/protocolhandlercache.hxx +++ b/framework/inc/classes/protocolhandlercache.hxx @@ -62,7 +62,7 @@ namespace framework{ #define PACKAGENAME_PROTOCOLHANDLER DECLARE_ASCII("Office.ProtocolHandler" ) /// name of our configuration package -#define CFG_PATH_SEPERATOR DECLARE_ASCII("/" ) /// seperator for configuration pathes +#define CFG_PATH_SEPERATOR DECLARE_ASCII("/" ) /// separator for configuration paths #define CFG_ENCODING_OPEN DECLARE_ASCII("[\'" ) /// used to start encoding of set names #define CFG_ENCODING_CLOSE DECLARE_ASCII("\']" ) /// used to finish encoding of set names -- cgit