PERFORCE change 84887 for review

soc-andrew soc-andrew at FreeBSD.org
Wed Oct 5 22:52:56 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=84887

Change 84887 by soc-andrew at soc-andrew_serv on 2005/10/06 05:52:34

	Fix spelling of extract

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/archive/archive.lua#3 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/lib/lua/archive/archive.lua#3 (text+ko) ====

@@ -32,7 +32,7 @@
 archive.archive_ok = 0
 
 -- A function to extract a file file to the location
-function archive.extrace_to(file, location)
+function archive.extract_to(file, location)
   local a = archive.read_new()
   local cwd = posix.getcwd()
   archive.read_support_compression_all(a)


More information about the p4-projects mailing list