RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 21-Jan-2008 19:40:42
Branch: HEAD Handle: 2008012118404200
Modified files:
rpm/rpmio macro.c
Log:
fix little typo in comment
Summary:
Revision Changes Path
2.178 +1 -1 rpm/rpmio/macro.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmio/macro.c
============================================================================
$ cvs diff -u -r2.177 -r2.178 macro.c
--- rpm/rpmio/macro.c 21 Jan 2008 16:47:03 -0000 2.177
+++ rpm/rpmio/macro.c 21 Jan 2008 18:40:42 -0000 2.178
@@ -1556,7 +1556,7 @@
char *scriptbuf = (char *)xmalloc((lse-ls)+1);
const char *printbuf;
- /* Reset the stateful output buffer bfore recursing down. */
+ /* Reset the stateful output buffer before recursing down. */
lua->storeprint = 1;
lua->printbuf = NULL;
lua->printbufsize = 0;
@@ .
Received on Mon Jan 21 19:40:42 2008