1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

Fixup some minor english grammar mistakes.

This commit is contained in:
chuyskywalker
2013-01-23 05:38:52 -08:00
parent 05e86826ef
commit 2a28c0dd5f
9 changed files with 24 additions and 24 deletions

2
tools/seahub-admin.py Executable file → Normal file
View File

@@ -20,7 +20,7 @@ else:
# Test usermgr.db exists
usermgr_db = os.path.join(ccnet_dir, 'PeerMgr/usermgr.db')
if not os.path.exists(usermgr_db):
print '%s NOT exists. FAILED' % usermgr_db
print '%s DOES NOT exist. FAILED' % usermgr_db
sys.exit(1)
# Connect db