Skip to content

Commit

Permalink
[xs] docstring typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 30, 2012
1 parent 45c30b6 commit 1c56149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _add_i18n_to_url(url_to_amend, **kw):
return url

def lang():
''' Reurn the language code for the current locale eg `en` '''
''' Return the language code for the current locale eg `en` '''
return request.environ.get('CKAN_LANG')

class Message(object):
Expand Down

0 comments on commit 1c56149

Please sign in to comment.