diff options
author | ewt <devnull@localhost> | 1996-01-15 00:01:03 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-01-15 00:01:03 +0000 |
commit | 530f9de331b410851e066f02b1a714c2037ef710 (patch) | |
tree | 0ba96c55ddda75a699112813a6a5c6384da47819 /convertdb.c | |
parent | a856972cc62dd84f7c6061625f2286d68bdadf6f (diff) | |
download | rpm-530f9de331b410851e066f02b1a714c2037ef710.tar.gz |
fixed a typo
CVS patchset: 209
CVS date: 1996/01/15 00:01:03
Diffstat (limited to 'convertdb.c')
-rw-r--r-- | convertdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convertdb.c b/convertdb.c index 179887b54..c41986388 100644 --- a/convertdb.c +++ b/convertdb.c @@ -207,7 +207,7 @@ int main(int argc, char ** argv) { exit(1); } - printf("rpmconvert 1.0 - convering database in /var/lib/rpm\n"); + printf("rpmconvert 1.0 - converting database in /var/lib/rpm\n"); convertDB(); exit(0); |