aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2013-03-06 23:26:45 +0000
committerMichael Elkins <melkins@tislabs.com>2013-03-06 23:26:45 +0000
commit44d3dbbe8f00b25b2293ca1aa07b7650e736dc27 (patch)
treeb6cf2cc7390438dd6970183e5925d593af7e3226
parent5800785ff38fb76e7826529163c4b91052858365 (diff)
fix typoh
svn path=/trunk/; revision=5115
-rw-r--r--rpkid/portal-gui/scripts/rpki-manage.in2
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'