summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-05-19 11:29:14 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2011-05-19 11:29:14 +0200
commit1146b9e13b0db8d8d4c0d52c155a64b56eb37a78 (patch)
treeeaedcbfa030018dd66d4658f9fc116e6d9956ab4 /src
parent281b49fd3dd0984805a9dc435d1a2c36c675eb4d (diff)
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index 212253d..7d7a826 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -576,7 +576,7 @@ process_filesystems ()
done < $TMP_FILESYSTEMS
[ $open_items -eq 0 ] && break
done
- [ $open_items -eq 1 ] && show_warning "Filesystem/blockdevice processor problem" "Warning: Could not create all needed filesystems. Either the underlying blockdevices didn't became available in 10 iterations, or process_filesystem failed" && returncode=1
+ [ $open_items -eq 1 ] && show_warning "Filesystem/blockdevice processor problem" "Warning: Could not create all needed filesystems. Either the underlying blockdevices didn't appear in 10 iterations, or process_filesystem failed" && returncode=1