diff --git a/example.cfg b/example.cfg
index 72819c9..48c596b 100644
--- a/example.cfg
+++ b/example.cfg
@@ -1,6 +1,6 @@
 # A 'tconfpy' Example Configuration File 
 # Copyright 2003-2004 TundraWare Inc.
-# $Id: example.cfg,v 1.103 2004/04/29 17:17:50 tundra Exp $
+# $Id: example.cfg,v 1.104 2004/06/08 07:16:16 tundra Exp $
 #
 # This is designed to illustrate the various features
 # of the 'tconfpy' configuration language.
@@ -47,7 +47,7 @@
 
 boo   = [$USER]    # Creates varaible 'boo' and assigns it the value
                    # of the environment variable 'USER'.  This will
-                   # cause an error of 'USER' is not defined.
+                   # cause an error if 'USER' is not defined.
 
 
 #####