diff options
author | Laptander <dev-laptander@yandex.ru> | 2016-06-26 18:18:53 +0300 |
---|---|---|
committer | Laptander <dev-laptander@yandex.ru> | 2016-06-26 18:18:53 +0300 |
commit | 927a99ab7d540ce5db0e15ac4f96e8e6a1382a2b (patch) | |
tree | c6fd66ff62e264522a611ffc204a9af5cf0459fb | |
parent | 00dcae866136379b97fa574854b7b10177a4a529 (diff) |
fix grammar
-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." |