1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix a typo in an error message in sqlite3-rsync.

FossilOrigin-Name: 3f25d6c8eac25de4afff486b134a339bc06404ddaed15b46db48c6770535b1e6
This commit is contained in:
drh
2024-09-16 20:53:52 +00:00
parent 61e3067529
commit 3b204ec8bb
3 changed files with 8 additions and 8 deletions

View File

@ -1797,7 +1797,7 @@ int main(int argc, char const * const *argv){
tmEnd = currentTime();
tmElapse = tmEnd - tmStart; /* Elapse time in milliseconds */
if( ctx.nErr ){
printf("Databases where not synced due to errors\n");
printf("Databases were not synced due to errors\n");
}
if( ctx.eVerbose>=1 ){
char *zMsg;