diff --git a/src/osgPlugins/txp/trpage_sys.h b/src/osgPlugins/txp/trpage_sys.h index fca258249..bd0ac2a18 100644 --- a/src/osgPlugins/txp/trpage_sys.h +++ b/src/osgPlugins/txp/trpage_sys.h @@ -20,11 +20,11 @@ #ifndef trpage_sys_h_ #define trpage_sys_h_ -#ifndef PATHSEPERATOR +#ifndef PATHSEPARATOR #ifdef macintosh -#define PATHSEPERATOR ":" +#define PATHSEPARATOR ":" #else -#define PATHSEPERATOR "/" +#define PATHSEPARATOR "/" #endif #endif