From 2f7f297940baff2a1df5fe9078954806d6c7412e Mon Sep 17 00:00:00 2001
From: Russ Fish <fish@flux.utah.edu>
Date: Thu, 11 Oct 2007 00:04:41 +0000
Subject: [PATCH] A couple of nits.

---
 backend/editnodetype.in | 2 +-
 www/editnodetype.php3   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/backend/editnodetype.in b/backend/editnodetype.in
index c49f964917..8769c3a96f 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 bb11f49d7c..8b538bf21a 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
-- 
GitLab