aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2008-12-11 11:16:38 -0800
committerBrian Behlendorf <[email protected]>2008-12-11 11:16:38 -0800
commit4b7ee081ce0c36750d8039ec98c160a0a1ec471b (patch)
tree49e571cc7554d3d93affd2735c5c5bab9d403408
parent77755a5771c339a1d96c36ab1a8f1e41e14507f0 (diff)
Fix typo
-rwxr-xr-xscripts/update-zfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-zfs.sh b/scripts/update-zfs.sh
index ce772fd24..318f45f39 100755
--- a/scripts/update-zfs.sh
+++ b/scripts/update-zfs.sh
@@ -38,7 +38,7 @@ echo "------------- Fetching OpenSolaris ${RELEASE} archive ----------------"
wget ${REMOTE_SRC} -P ${SRC} ||
die "Error 'wget ${REMOTE_SRC}'"
-echo "------------- Unpacking OperSolaris ${RELEASE} archive ---------------"
+echo "------------- Unpacking OpenSolaris ${RELEASE} archive ---------------"
tar -xjf ${SRC}/on-src.tar.bz2 -C ${SRC} ||
die "Error 'tar -xjf ${SRC}/on-src.tar.bz2 -C ${SRC}'"