aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-24 22:08:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-24 22:08:57 +0000
commit6d8112cc2442b5288d590ede7a4b7f845bcb6be4 (patch)
tree1d827936bd740dd0d41d4cc0f09a4a71bff89f79
parent8f8a420f12773200783ada1b48a3c019208ee014 (diff)
downloadbusybox-w32-6d8112cc2442b5288d590ede7a4b7f845bcb6be4.tar.gz
busybox-w32-6d8112cc2442b5288d590ede7a4b7f845bcb6be4.tar.bz2
busybox-w32-6d8112cc2442b5288d590ede7a4b7f845bcb6be4.zip
fix typo in comment, no code changes
-rw-r--r--printutils/lpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printutils/lpr.c b/printutils/lpr.c
index e8da28b2b..86fcd9b1b 100644
--- a/printutils/lpr.c
+++ b/printutils/lpr.c
@@ -9,7 +9,7 @@
9 * 9 *
10 * Licensed under GPLv2, see file LICENSE in this tarball for details. 10 * Licensed under GPLv2, see file LICENSE in this tarball for details.
11 * 11 *
12 * See RFC 1179 for propocol description. 12 * See RFC 1179 for protocol description.
13 */ 13 */
14#include "libbb.h" 14#include "libbb.h"
15 15