about summary refs log tree commit diff stats
path: root/config-checker.pl
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-05-17 08:04:36 -0500
committerMarco Peereboom <marco@conformal.com>2012-05-17 08:04:36 -0500
commit77b17b22ccbfd89b90ced9996ee6a97a482b54f9 (patch)
tree3fa903781598244e7648289754cb87310d83ece8 /config-checker.pl
parent1b1398e0f206ca1e445e5768feda331065ea01f4 (diff)
downloadxombrero-77b17b22ccbfd89b90ced9996ee6a97a482b54f9.tar.gz
rename xxxterm to xomrero
Diffstat (limited to 'config-checker.pl')
-rwxr-xr-xconfig-checker.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-checker.pl b/config-checker.pl
index f8fd02e..f4e8dca 100755
--- a/config-checker.pl
+++ b/config-checker.pl
@@ -16,10 +16,10 @@
 
 
 use constant SETTINGS => "settings.c";
-use constant CONFIG   => "xxxterm.conf";
-use constant MAIN     => "xxxterm.c";
+use constant CONFIG   => "xombrero.conf";
+use constant MAIN     => "xombrero.c";
 
-# This is a script that checks if the default setting values of xxxterm
+# This is a script that checks if the default setting values of xombrero
 # (found in SETTINGS) are reflected by the CONFIG. It is meant to help
 # the developers; the end user need not bother with it.