Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
[p5sagit/p5-mst-13.2.git] / lib / Locale / Maketext.pod
index e629b90..916fd34 100644 (file)
@@ -1,5 +1,5 @@
 
-# Time-stamp: "2001-06-20 02:02:33 MDT"
+# Time-stamp: "2001-06-21 23:12:39 MDT"
 
 =head1 NAME
 
@@ -888,7 +888,7 @@ but since you anticipate localizing this, you write:
   my $lh = ThisProject::I18N->get_handle();
    # For the moment, assume that things are set up so
    # that we load class ThisProject::I18N::en
-   # and that that's the class that $lh belongs to.
+   # and that's the class that $lh belongs to.
   ...
   if(-e $filename) {
     go_process_file($filename)