Преглед на файлове

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