浏览代码

Fix: Spelling of a comment in server/check_output_directory.js

dev_h
Ashish 4 年前
父节点
当前提交
a82ffa542f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      server/check_output_directory.js

+ 1
- 1
server/check_output_directory.js 查看文件

@@ -56,7 +56,7 @@ async function get_error(directory) {
56 56
 
57 57
 /**
58 58
  * Checks that the output directory is writeable,
59
- * ans exits the current process with an error otherwise.
59
+ * and exits the current process with an error otherwise.
60 60
  * @param {string} directory
61 61
  */
62 62
 function check_output_directory(directory) {

正在加载...
取消
保存