Date: Thu, 6 Oct 2005 05:52:54 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 84887 for review Message-ID: <200510060552.j965qs67012035@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84887 Change 84887 by soc-andrew@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510060552.j965qs67012035>