소스 검색

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