diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-06 23:26:45 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-06 23:26:45 +0000 |
commit | 44d3dbbe8f00b25b2293ca1aa07b7650e736dc27 (patch) | |
tree | b6cf2cc7390438dd6970183e5925d593af7e3226 | |
parent | 5800785ff38fb76e7826529163c4b91052858365 (diff) |
fix typoh
svn path=/trunk/; revision=5115
-rw-r--r-- | rpkid/portal-gui/scripts/rpki-manage.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/portal-gui/scripts/rpki-manage.in b/rpkid/portal-gui/scripts/rpki-manage.in index fdd3ee3f..0db113ba 100644 --- a/rpkid/portal-gui/scripts/rpki-manage.in +++ b/rpkid/portal-gui/scripts/rpki-manage.in @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# django-admin seems to have problems creataing the superuser account when +# django-admin seems to have problems creating the superuser account when # $LANG is unset if [ -z "$LANG" ]; then echo '$LANG is unset, default to en_US.UTF-8' |