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()