commit | 6d8112cc2442b5288d590ede7a4b7f845bcb6be4 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Feb 24 22:08:57 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Feb 24 22:08:57 2008 +0000 |
tree | 1d827936bd740dd0d41d4cc0f09a4a71bff89f79 | |
parent | 8f8a420f12773200783ada1b48a3c019208ee014 [diff] |
fix typo in comment, no code changes
diff --git a/printutils/lpr.c b/printutils/lpr.c index e8da28b..86fcd9b 100644 --- a/printutils/lpr.c +++ b/printutils/lpr.c
@@ -9,7 +9,7 @@ * * Licensed under GPLv2, see file LICENSE in this tarball for details. * - * See RFC 1179 for propocol description. + * See RFC 1179 for protocol description. */ #include "libbb.h"