Fix the bug of "Error spelling of a word"

The word "authentification" should be spelled as "authentication".
So it is changed.

Change-Id: I82cc81561c1b0c615d271a5a75c9d3d8906dff14
Closes-Bug: #1505046
This commit is contained in:
JuPing 2015-10-12 17:42:16 +08:00
parent 7ba2346795
commit fa0769bd40
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class ArtifactFactory(object):
version=version,
visibility='private',
state='creating',
# XXX FIXME remove after using authentification
# XXX FIXME remove after using authentication
# paste-flavor
# (no or '' as owner will always be there)
owner=self.context.owner or '',