diff options
Diffstat (limited to 'lib/stdlib')
| -rw-r--r-- | lib/stdlib/src/zip.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/stdlib/src/zip.erl b/lib/stdlib/src/zip.erl index 3c67bd67c6..f986c0081d 100644 --- a/lib/stdlib/src/zip.erl +++ b/lib/stdlib/src/zip.erl @@ -24,7 +24,7 @@  	 list_dir/1, list_dir/2, table/1, table/2,  	 t/1, tt/1]). -%% unzipping peicemeal +%% unzipping piecemeal  -export([openzip_open/1, openzip_open/2,  	 openzip_get/1, openzip_get/2,  	 openzip_t/1, openzip_tt/1, | 
