summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-11-14 14:39:31 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-11-14 14:39:31 +0100
commit8fafdf71329f4e11e14aa1d786fb782f467a1460 (patch)
treece99962dc0463c211be8a057167519b6aa9d6be4
parentf2ee532dc7e527e38194f14194432f56c9b2889b (diff)
downloadATCD-8fafdf71329f4e11e14aa1d786fb782f467a1460.tar.gz
Fixed typo in comment
* TAO/bin/rm_exception_macros.pl:
-rwxr-xr-xTAO/bin/rm_exception_macros.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/bin/rm_exception_macros.pl b/TAO/bin/rm_exception_macros.pl
index 67e5328d4d2..f40f6307387 100755
--- a/TAO/bin/rm_exception_macros.pl
+++ b/TAO/bin/rm_exception_macros.pl
@@ -6,7 +6,7 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
# Author: Chad Elliott
# Date: 1/24/2007
# Description: This script attempts to remove the ACE related exception
-# macros from source code provided on the comand line. It
+# macros from source code provided on the command line. It
# is not perfect, but does handle a large number of cases.
# You may need to hand edit files after running this
# script.