diff options
-rwxr-xr-x | prepare-videochat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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." |