diff --git a/example.cfg b/example.cfg index 48c596b..50d248a 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.104 2004/06/08 07:16:16 tundra Exp $ +# $Id: example.cfg,v 1.105 2004/11/12 09:28:45 tundra Exp $ # # This is designed to illustrate the various features # of the 'tconfpy' configuration language. @@ -45,7 +45,7 @@ # Accessing Environment Variables ##### -boo = [$USER] # Creates varaible 'boo' and assigns it the value +boo = [$USER] # Creates variable 'boo' and assigns it the value # of the environment variable 'USER'. This will # cause an error if 'USER' is not defined.