]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo, thanks to zafer.
authorRoy Marples <roy@marples.name>
Sun, 28 Dec 2008 10:39:57 +0000 (10:39 +0000)
committerRoy Marples <roy@marples.name>
Sun, 28 Dec 2008 10:39:57 +0000 (10:39 +0000)
dhcpcd-run-hooks.in

index 1e5d5b374be6fe3694a037f44efb4e23b4b585ad..b3c7e06eaec5ecaa285dc2430077ca0af6d434b8 100644 (file)
@@ -79,7 +79,7 @@ remove_markers()
 }
 
 # Compare two files
-# It different, replace first with second otherwise remove second
+# If different, replace first with second otherwise remove second
 change_file()
 {
        if type cmp >/dev/null 2>&1; then