[FIX] server_environment: fix spelling error
This commit is contained in:
parent
89556d91ee
commit
c0dce03bf5
|
|
@ -42,7 +42,7 @@ def get_server_environment():
|
||||||
try:
|
try:
|
||||||
rev_id = 'bzr: %s' % _get_output('bzr revision-info')
|
rev_id = 'bzr: %s' % _get_output('bzr revision-info')
|
||||||
except Exception:
|
except Exception:
|
||||||
rev_id = 'Can not retrive revison from git or bzr'
|
rev_id = 'Can not retrieve revison from git or bzr'
|
||||||
|
|
||||||
os_lang = '.'.join([x for x in locale.getdefaultlocale() if x])
|
os_lang = '.'.join([x for x in locale.getdefaultlocale() if x])
|
||||||
if not os_lang:
|
if not os_lang:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue