diff options
| author | Roy Marples <roy@marples.name> | 2008-09-19 23:31:17 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-19 23:31:17 +0000 |
| commit | 1f580944fa848a9c14639e68076f182de08dc917 (patch) | |
| tree | df919154fa60bb23ed3dd189aed2b3ff464472b4 /dhcpcd-run-hooks.in | |
| parent | bbe2fd074f83d32af75dbcc0e0dfec8eda1fec11 (diff) | |
| download | dhcpcd-1f580944fa848a9c14639e68076f182de08dc917.tar.xz | |
Fix comment.
Diffstat (limited to 'dhcpcd-run-hooks.in')
| -rw-r--r-- | dhcpcd-run-hooks.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index c18bd272..a8c28d0c 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -90,7 +90,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 |
