diff --git a/backend/editnodetype.in b/backend/editnodetype.in index c49f9649177e7115a2016a81f1855c895efb8c88..8769c3a96f233b98912242556abc9a6883328925 100644 --- a/backend/editnodetype.in +++ b/backend/editnodetype.in @@ -195,7 +195,7 @@ UserError() if (keys(%errors)); # -# We build up an array of arguments to pass to () as we check +# We build up an array of arguments to reference as we check # the attributes. # my %editnodetype_args = (); diff --git a/www/editnodetype.php3 b/www/editnodetype.php3 index bb11f49d7c8650ec990e7a085f5cc2d4ea32f4d5..8b538bf21a32c9345d0c0f0828e7de04974576a5 100644 --- a/www/editnodetype.php3 +++ b/www/editnodetype.php3 @@ -565,7 +565,7 @@ if (! ($result = SetNodeType($node_type, $args, $errors))) { return; } -PAGEHEADER(isset($new_type) ? "Create" : "Edit" . "Node Type"); +PAGEHEADER(isset($new_type) ? "Create" : "Edit" . " Node Type"); # # Spit out a redirect so that the history does not include a post