Преглед изворни кода

Fixed FilePathSeparator class

- fixed misspell in apple specific preprocessor directive
Patrick пре 4 година
родитељ
комит
e97f4dd8a6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/io/FilePathSeparator.hpp

+ 1 - 1
source/io/FilePathSeparator.hpp

@@ -32,7 +32,7 @@ namespace ls_std {
         #ifdef unix
           separator = ls_std::FilePathSeparator::getLinuxFilePathSeparator();
         #endif
-        #ifdef __APLLE__
+        #ifdef __APPLE__
           separator = ls_std::FilePathSeparator::getLinuxFilePathSeparator();
         #endif