Browse Source

[master] typo

JINMEI Tatuya 13 years ago
parent
commit
ec1cc2b4be
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

@@ -52,7 +52,7 @@ except sqlite3.OperationalError as ex:
                         'ttl INTEGER NOT NULL, rdata STRING NOT NULL)')
         else:
             sys.stdout.write('Found an older version of SQLite3 DB file: ' +
-                             db_file + '\n' + "Peform '" + os.getcwd() +
+                             db_file + '\n' + "Perform '" + os.getcwd() +
                              "/sqlite3-difftbl-check.py --upgrade " +
                              db_file + "'\n" +
                              'before continuing install.\n')