瀏覽代碼

优化修改注释

niujiuru 1 周之前
父節點
當前提交
54da7e8143
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/modules/funcs/functions.sh

+ 1 - 1
scripts/modules/funcs/functions.sh

@@ -49,7 +49,7 @@ call_module()
   return $?
 }
 
-# return true if program is running
+# check if the program is currently running
 # $1: program's executable path
 # return 0 if running, 1 otherwise
 is_running()