From 927a99ab7d540ce5db0e15ac4f96e8e6a1382a2b Mon Sep 17 00:00:00 2001 From: Laptander Date: Sun, 26 Jun 2016 18:18:53 +0300 Subject: fix grammar --- prepare-videochat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-videochat.sh b/prepare-videochat.sh index d613870..7e93c11 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -160,7 +160,7 @@ CAPTURE_STREAM=av ### FUNCTIONS has_kernel_module() { - # Checks if module exists in system (but do not loads it) + # Checks if module exists in system (but does not load it) MODULE="$1" if lsmod | grep "$MODULE" >/dev/null 2>/dev/null; then # echo "$MODULE is loaded! So it exists." -- cgit v1.2.3