Skip to content

Commit 814fdd5

Browse files
authored
fix: fix typo in sonar bin (#26)
1 parent d9e50b0 commit 814fdd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sonar

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function init_local_vars {
2525
declare -r SNR_LOG_PATH
2626
}
2727

28-
## Import Librarys
28+
## Import Libraries
2929
function import_libs {
3030
# shellcheck source-path=SCRIPTDIR/libs/
3131
source "${BASE_SNR_PATH}/libs/configparser.sh"
@@ -69,7 +69,7 @@ if [[ "$#" -ne 0 ]]; then
6969
while getopts ":dvh" arg; do
7070
case "${arg}" in
7171
d )
72-
printf "\e[33mWARN: \e[0mRunnig sonar in Debug Mode ...\n"
72+
printf "\e[33mWARN: \e[0mRunning sonar in Debug Mode ...\n"
7373
SONAR_DEBUG="1"
7474
set -x
7575
;;
@@ -89,7 +89,7 @@ if [[ "$#" -ne 0 ]]; then
8989
done
9090
fi
9191

92-
# Step 4: Make sure script runs with root priviledges
92+
# Step 4: Make sure script runs with root privileges
9393
if [[ "$(id -u)" != "0" ]] && [[ "${SONAR_DEBUG}" != "1" ]]; then
9494
do_run_as_root_msg
9595
exit 1

0 commit comments

Comments
 (0)