diff --git a/debian/changelog b/debian/changelog index 85ce615..d471f5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ubuntu-dev-tools (0.65) UNRELEASED; urgency=low - * + [ Colin Watson ] + * manage-credentials: Fix typo. -- Loic Minier Fri, 06 Feb 2009 12:19:40 +0100 diff --git a/manage-credentials b/manage-credentials index 1288c5b..7dacb43 100755 --- a/manage-credentials +++ b/manage-credentials @@ -114,7 +114,7 @@ def create_credentials(options): credentials.save(f) f.close() - print "Credentials sucessfully written to %s." % filepath + print "Credentials successfully written to %s." % filepath return