summaryrefslogtreecommitdiff
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-24 22:08:57 (GMT)
committer Denis Vlasenko <vda.linux@googlemail.com>2008-02-24 22:08:57 (GMT)
commit6d8112cc2442b5288d590ede7a4b7f845bcb6be4 (patch)
tree1d827936bd740dd0d41d4cc0f09a4a71bff89f79
parent8f8a420f12773200783ada1b48a3c019208ee014 (diff)
downloadbusybox-6d8112cc2442b5288d590ede7a4b7f845bcb6be4.zip
busybox-6d8112cc2442b5288d590ede7a4b7f845bcb6be4.tar.gz
busybox-6d8112cc2442b5288d590ede7a4b7f845bcb6be4.tar.bz2
fix typo in comment, no code changes
Diffstat
-rw-r--r--printutils/lpr.c2
1 files changed, 1 insertions, 1 deletions
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"