[mainline Patch] pretty.pl: Fix Spelling Mistake
Jeffrey Oldham
oldham at codesourcery.com
Thu Aug 16 21:35:58 UTC 2001
2001-08-16 Jeffrey D. Oldham <oldham at codesourcery.com>
* pretty.pl: Fix spelling mistake.
Untested.
Approved by Stephen Smith
Applied to mainline
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: pretty.pl
===================================================================
RCS file: /home/pooma/Repository/r2/config/Shared/pretty.pl,v
retrieving revision 1.10
diff -c -p -r1.10 pretty.pl
*** pretty.pl 1999/07/21 22:19:35 1.10
--- pretty.pl 2001/08/10 01:06:20
***************
*** 37,43 ****
# laa, 6/9/97
#####################################################################
local($DEBUG) = 0;
! local($generic_target) = "<YOUR_TAGET_HERE>";
local($mode) = shift(@ARGV);
local($target)= shift(@ARGV);
if ($DEBUG) {
--- 37,43 ----
# laa, 6/9/97
#####################################################################
local($DEBUG) = 0;
! local($generic_target) = "<YOUR_TARGET_HERE>";
local($mode) = shift(@ARGV);
local($target)= shift(@ARGV);
if ($DEBUG) {
More information about the pooma-dev
mailing list