Fixed minor typo in comment.
1 parent 62a8f55 commit 3ef0533df38212a3753bbc4fb47899789ca5d366
@tundra tundra authored on 8 Jun 2004
Showing 1 changed file
View
4
example.cfg
# 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.
#
#####
 
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.
 
 
#####
# Namespaces