diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 06:32:25 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-05 06:32:25 +0000 |
| commit | 00a4d5047df13aa900d2e50c63caeb0130cdeeb2 (patch) | |
| tree | 806e3497dea824bbef5c257bfe876db511ad5fb7 | |
| parent | 40a566e8fa7c3ba5bb8886cae65a17f17d06229a (diff) | |
Notes
| -rw-r--r-- | lib/libz/minigzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/minigzip.c b/lib/libz/minigzip.c index e8a61b13e711..7c7246415358 100644 --- a/lib/libz/minigzip.c +++ b/lib/libz/minigzip.c @@ -300,7 +300,7 @@ int main(argc, argv) while (argc > 0) { if (strcmp(*argv, "-c") == 0) - ; /* Just for compatability with gzip */ + ; /* Just for compatibility with gzip */ else if (strcmp(*argv, "-d") == 0) uncompr = 1; else if (strcmp(*argv, "-f") == 0) |
