diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:19:32 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:19:32 +0200 |
commit | 98ccfbbf7f3673c554b54933d94b68014231a32e (patch) | |
tree | 4d1aca1571313a0258aa11bc45a569e2bbdca8a6 /ext/VMS-DCLsym | |
parent | fb78fdcd12d30a6a41c12c697ef31593f4bc5d94 (diff) | |
download | perl-98ccfbbf7f3673c554b54933d94b68014231a32e.tar.gz |
Spell-check fixes in ext
Diffstat (limited to 'ext/VMS-DCLsym')
-rw-r--r-- | ext/VMS-DCLsym/DCLsym.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/VMS-DCLsym/DCLsym.pm b/ext/VMS-DCLsym/DCLsym.pm index 1bc72b8b4f..1cf3b04b8e 100644 --- a/ext/VMS-DCLsym/DCLsym.pm +++ b/ext/VMS-DCLsym/DCLsym.pm @@ -245,7 +245,7 @@ recorded, but in the rare event that someone changes the process' symbol table from outside (as is possible using some software from the net), the iterator will be out of sync with the symbol table. If you expect this to happen, you can reset the cache by calling this method. In addition, if you pass a FALSE -value as the first argument, caching will be disabled. It can be reenabled +value as the first argument, caching will be disabled. It can be re-enabled later by calling C<clearcache> again with a TRUE value as the first argument. It returns TRUE or FALSE to indicate whether caching was previously enabled or disabled, respectively. |