소스 검색

fixed issue #565

Nicolas Cannasse 14 년 전
부모
커밋
246a3ad082
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/cpp/vm/Gc.hx

+ 1 - 1
std/cpp/vm/Gc.hx

@@ -19,7 +19,7 @@ class Gc
 
    // Can't add these until the next hxcpp release....
    @:functionCode("\n#ifdef HXCPP_GC_FUNCTIONS_1\n")
-   @:functionTailCode('\n#else\n#error "Please upgrade yout version of HXCPP"\n#endif\n')
+   @:functionTailCode('\n#else\n#error "Please upgrade your version of HXCPP"\n#endif\n')
    static public function versionCheck() { return true; }