Skip to content

Commit

Permalink
Merge pull request #74 from shresthasurav/fix-helper-texts
Browse files Browse the repository at this point in the history
fix typos in function helper text in status.sh
  • Loading branch information
Cyclenerd authored Oct 31, 2023
2 parents 32884bc + aaeee4d commit d5be770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function check_command() {
fi
}

# check_config() check if the configuration file is readble
# check_config() check if the configuration file is readable
function check_config() {
if [ ! -r "$1" ]; then
exit_with_failure "Can not read required configuration file '$1'"
Expand Down Expand Up @@ -295,7 +295,7 @@ function set_lock() {
fi
}

# del_lock() delets lock file
# del_lock() deletes lock file
function del_lock() {
rm "$MY_STATUS_LOCKFILE" &> /dev/null
}
Expand Down

0 comments on commit d5be770

Please sign in to comment.