浏览代码

fix misspelling

Maicon Santana 2 月之前
父节点
当前提交
eef1bac3e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.zig

+ 1 - 1
build.zig

@@ -48,7 +48,7 @@ fn emSdkSetupStep(b: *std.Build, emsdk: *std.Build.Dependency) !?*std.Build.Step
     }
     }
 }
 }
 
 
-// Adaoted from Not-Nik/raylib-zig
+// Adapted from Not-Nik/raylib-zig
 fn emscriptenRunStep(b: *std.Build, emsdk: *std.Build.Dependency, examplePath: []const u8) !*std.Build.Step.Run {
 fn emscriptenRunStep(b: *std.Build, emsdk: *std.Build.Dependency, examplePath: []const u8) !*std.Build.Step.Run {
     const dot_emsc_path = emsdk.path("upstream/emscripten/cache/sysroot/include").getPath(b);
     const dot_emsc_path = emsdk.path("upstream/emscripten/cache/sysroot/include").getPath(b);
     // If compiling on windows , use emrun.bat.
     // If compiling on windows , use emrun.bat.