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:
@ -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;
|
||||
|
Reference in New Issue
Block a user