manage-credentials: Fix typo.

This commit is contained in:
Colin Watson 2009-02-12 14:38:56 +00:00
parent 4283b1534b
commit 972aa89548
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -1,6 +1,7 @@
ubuntu-dev-tools (0.65) UNRELEASED; urgency=low ubuntu-dev-tools (0.65) UNRELEASED; urgency=low
* [ Colin Watson ]
* manage-credentials: Fix typo.
-- Loic Minier <lool@dooz.org> Fri, 06 Feb 2009 12:19:40 +0100 -- Loic Minier <lool@dooz.org> Fri, 06 Feb 2009 12:19:40 +0100

View File

@ -114,7 +114,7 @@ def create_credentials(options):
credentials.save(f) credentials.save(f)
f.close() f.close()
print "Credentials sucessfully written to %s." % filepath print "Credentials successfully written to %s." % filepath
return return