From: Roy Marples Date: Sun, 28 Dec 2008 10:39:57 +0000 (+0000) Subject: Typo, thanks to zafer. X-Git-Tag: v4.0.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f57035a82aa60a40ffbbf6be782a183b4fac846;p=thirdparty%2Fdhcpcd.git Typo, thanks to zafer. --- 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