From cf68ae91eac8ba0310cc9425c55a19fe1b672848 Mon Sep 17 00:00:00 2001 From: drh Date: Tue, 19 Dec 2006 18:47:41 +0000 Subject: [PATCH] Fix a typo in shell.c. Ticket #2111. (CVS 3533) FossilOrigin-Name: 6f8a56231c4d0d990c54365f0ff0544bd8b3caf8 --- manifest | 12 ++++++------ manifest.uuid | 2 +- src/shell.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest b/manifest index d3b2eb5b82..6db36e5655 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Use\ssqlite3_mprintf()\sinstead\sof\sstrdup()\sto\sreduce\slibc\sdependencies.\nTicket\s#2114.\s(CVS\s3532) -D 2006-12-19T18:46:09 +C Fix\sa\stypo\sin\sshell.c.\s\sTicket\s#2111.\s(CVS\s3533) +D 2006-12-19T18:47:41 F Makefile.in 8e14898d41a53033ecb687d93c9cd5d109fb9ae3 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -94,7 +94,7 @@ F src/printf.c b179b6ed12f793e028dd169e2e2e2b2a37eedc63 F src/random.c d40f8d356cecbd351ccfab6eaedd7ec1b54f5261 F src/select.c 52f09127b53697b1a95835a9b0db9309cca8079f F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96 -F src/shell.c 934cdcf67eccee6f5c1be87c98a477a2e263db3c +F src/shell.c f270a7996e30ef997500f2447d4c4a27b8809f0c F src/sqlite.h.in 2931f7ee2415e7a49fd12f386c23575046f0f540 F src/sqlite3ext.h 2c2156cc32a158e2b7bd9042d42accf94bff2e40 F src/sqliteInt.h 28d060f44a4a3ad1acb47bf1cef627c86ec45f5f @@ -423,7 +423,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 4dffc4c3c9c4ccc024669cec204c68e953333563 -R d722ef3cbdbb61ea286ca2e4cbabdf3a +P bf4a78cb315c0b1fca31c6f596ff0a8ece96860f +R 882c41be19876efc128a7cc22362c5d3 U drh -Z 6e533d737b3ce3d6d280cb010efaffb1 +Z a45a188aeb195bbbdd957844c1728cb4 diff --git a/manifest.uuid b/manifest.uuid index 2ba4a2d907..4bf61695c3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -bf4a78cb315c0b1fca31c6f596ff0a8ece96860f \ No newline at end of file +6f8a56231c4d0d990c54365f0ff0544bd8b3caf8 \ No newline at end of file diff --git a/src/shell.c b/src/shell.c index 6f651350a6..05a0f9ac7b 100644 --- a/src/shell.c +++ b/src/shell.c @@ -12,7 +12,7 @@ ** This file contains code to implement the "sqlite" command line ** utility for accessing SQLite databases. ** -** $Id: shell.c,v 1.156 2006/11/20 16:21:10 drh Exp $ +** $Id: shell.c,v 1.157 2006/12/19 18:47:41 drh Exp $ */ #include #include @@ -1265,7 +1265,7 @@ static int do_meta_command(char *zLine, struct callback_data *p){ set_table_name(p, "table"); } }else { - fprintf(stderr,"mode should be on of: " + fprintf(stderr,"mode should be one of: " "column csv html insert line list tabs tcl\n"); } }else -- 2.47.2