BIND 10 master, updated. ec1cc2b4be6e19519644534889865a3ee2c81a8a [master] typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 21 21:32:15 UTC 2011
The branch, master has been updated
via ec1cc2b4be6e19519644534889865a3ee2c81a8a (commit)
from 277b80e0671586d8ace205cb53465b1f6f414466 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ec1cc2b4be6e19519644534889865a3ee2c81a8a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 21 13:31:54 2011 -0800
[master] typo
-----------------------------------------------------------------------
Summary of changes:
compatcheck/sqlite3-difftbl-check.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/compatcheck/sqlite3-difftbl-check.py.in b/compatcheck/sqlite3-difftbl-check.py.in
index 7c28894..e3b7b91 100755
--- a/compatcheck/sqlite3-difftbl-check.py.in
+++ b/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')
More information about the bind10-changes
mailing list