浏览代码

Update rcore.c

Ray 3 年之前
父节点
当前提交
1653fc5bb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/rcore.c

+ 1 - 1
src/rcore.c

@@ -3317,7 +3317,7 @@ void OpenURL(const char *url)
         sprintf(cmd, "open '%s'", url);
     #endif
         int result = system(cmd);
-        if (result == -1) TRACELOG(LOG_WARNING, "OpenURL() child process could bot be created");
+        if (result == -1) TRACELOG(LOG_WARNING, "OpenURL() child process could not be created");
         RL_FREE(cmd);
 #endif
 #if defined(PLATFORM_WEB)