Browse Source

[1404] typo

JINMEI Tatuya 13 years ago
parent
commit
6dd270220a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compatcheck/sqlite3-difftbl-check.py.in

+ 1 - 1
compatcheck/sqlite3-difftbl-check.py.in

@@ -55,6 +55,6 @@ except sqlite3.OperationalError as ex:
                              db_file + '\n' + "Peform '" + os.getcwd() +
                              "/sqlite3-difftbl-check.py --upgrade " +
                              db_file + "'\n" +
-                             'before continueing install.\n')
+                             'before continuing install.\n')
             sys.exit(1)
 conn.close()