Fix spelling of extract.

Pointed out by: gcooper
This commit is contained in:
Alfred Perlstein 2011-11-13 06:39:49 +00:00
parent d1982439b2
commit c13b66c053

View File

@ -935,7 +935,7 @@ extract_run() {
extract_indices
}
update_run_exract() {
update_run_extract() {
local IFS='|'
# Install new files
@ -999,7 +999,7 @@ update_run() {
fi
echo "done."
update_run_exract || return 1
update_run_extract || return 1
extract_metadata
extract_indices
}