diff options
Diffstat (limited to 'scripts/zimport.sh')
-rwxr-xr-x | scripts/zimport.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zimport.sh b/scripts/zimport.sh index 3488460ee..da747b0ad 100755 --- a/scripts/zimport.sh +++ b/scripts/zimport.sh @@ -273,7 +273,7 @@ if [ ! -d $IMAGES_DIR ]; then fi # Given the available images in the zfs-images directory substitute the -# list of available images for the reserved keywork 'all'. +# list of available images for the reserved keyword 'all'. for TAG in $POOL_TAGS; do if [ "$TAG" = "all" ]; then |