summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/pkg_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index aac0adb..1773d9a 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -688,7 +688,7 @@ foreach ($pkg['fields']['field'] as $pkga) {
$section = new Form_Section(gettext('General options'));
switch ($pkga['type']) {
- // Creat an input element. The format is slightly different depending on whether we are composing a group,
+ // Create an input element. The format is slightly different depending on whether we are composing a group,
// section, or advanced section. This is true for every element type
case "input":
if($grouping) {
OpenPOWER on IntegriCloud