diff options
author | ivan <ivan> | 2007-04-18 20:01:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-18 20:01:03 +0000 |
commit | 02db24f975a4fa435156ccc9db6248748e47cb42 (patch) | |
tree | 51a080f126daabbbec209e9781469e9f8c2f1521 | |
parent | e7d2693faa149040935210b2f5ae4b4f85ceafd5 (diff) |
praise the parser! amen! (fix a doc typo)
-rw-r--r-- | FS/FS/part_pkg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 3110c1cfa..3bd559aac 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -833,7 +833,7 @@ sub format { } } -=item prase OPTION DATA +=item parse OPTION DATA Returns data parsed according to the function 'parse' described in the plan info. Returns DATA if no such function exists. |