summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-12-28 10:39:57 +0000
committerRoy Marples <roy@marples.name>2008-12-28 10:39:57 +0000
commit9f57035a82aa60a40ffbbf6be782a183b4fac846 (patch)
treea82e8559c8fa84a5039c2535f1172957c900eb68
parentb6b02eada87d7d7461d077050c70ba64027f6b43 (diff)
downloaddhcpcd-9f57035a82aa60a40ffbbf6be782a183b4fac846.tar.xz
Typo, thanks to zafer.
-rw-r--r--dhcpcd-run-hooks.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in
index 1e5d5b37..b3c7e06e 100644
--- a/dhcpcd-run-hooks.in
+++ b/dhcpcd-run-hooks.in
@@ -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