summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-01 15:24:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-01 15:24:40 +0100
commit4bce4a2f8a9b184298725e86528219d607071823 (patch)
treefd981e962c61505b75a49da6b85d9cb0b0e02531
parente22f28112b80808a51f169fd9adc65c84a0273fa (diff)
downloadATCD-4bce4a2f8a9b184298725e86528219d607071823.tar.gz
Fixed typo
-rwxr-xr-xACE/bin/pippen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/pippen.pl b/ACE/bin/pippen.pl
index 524ffccf962..c408a89ec05 100755
--- a/ACE/bin/pippen.pl
+++ b/ACE/bin/pippen.pl
@@ -76,7 +76,7 @@ while ( $#ARGV >= 0)
elsif ($ARGV[0] =~ m/^-(\?|h)/i) { # Help information
print "Options\n";
print "-list - Prints out the list of project files\n";
- print "-config <c> - Use <c> as a configuratoin\n";
+ print "-config <c> - Use <c> as a configuration\n";
print "-evc3 - Looks for eMbedded Visual C++ 3.0 projects\n";
print "-msvc6 - Looks for Visual C++ 5.0/6.0 projects\n";
print "-msvc7 - Looks for Visual C++ 7.0 projects\n";