Date: Friday, October 26, 2018 @ 11:55:28
  Author: seblu
Revision: 337318

Fix typo

Big up to Eli Schwartz (eschwartz)

Modified:
  dkms/trunk/hook.sh

---------+
 hook.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: hook.sh
===================================================================
--- hook.sh     2018-10-26 10:31:16 UTC (rev 337317)
+++ hook.sh     2018-10-26 11:55:28 UTC (rev 337318)
@@ -101,7 +101,7 @@
                        elif [[ ! -d "$install_tree/$kver/kernel" ]]; then
                                DKMS_MODULES[$nvk]="Missing kernel modules tree"
                                continue
-                       # postone modules with missing dependencies
+                       # postpone modules with missing dependencies
                        elif ! check_dependency "$mod" "$kver"; then
                                DKMS_MODULES[$nvk]="Missing dependency"
                                continue
@@ -143,7 +143,7 @@
 main() {
        [[ -n "$DKMS_ALPM_HOOK_DEBUG" ]] && set -x
 
-       # prevent to have all each dkms call to fail
+       # prevent each dkms call from failing with authorization errors
        if (( EUID )); then
                echo 'You must be root to use this hook' >&2
                exit 1

Reply via email to