summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-10-25 04:26:49 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-10-25 04:26:49 +0300
commit61910861dcb42332560864dafa94dc61476ae476 (patch)
tree7b512c5febd46b3481a38559933984e86b91adf5 /nixos/modules/installer
parent70f9d8168859c6ff0ed46b47b82dfeed3e6e36ab (diff)
downloadnixlib-61910861dcb42332560864dafa94dc61476ae476.tar
nixlib-61910861dcb42332560864dafa94dc61476ae476.tar.gz
nixlib-61910861dcb42332560864dafa94dc61476ae476.tar.bz2
nixlib-61910861dcb42332560864dafa94dc61476ae476.tar.lz
nixlib-61910861dcb42332560864dafa94dc61476ae476.tar.xz
nixlib-61910861dcb42332560864dafa94dc61476ae476.tar.zst
nixlib-61910861dcb42332560864dafa94dc61476ae476.zip
fix spelling
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-rebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-rebuild.sh b/nixos/modules/installer/tools/nixos-rebuild.sh
index af19004cbddb..6792690b4c3b 100644
--- a/nixos/modules/installer/tools/nixos-rebuild.sh
+++ b/nixos/modules/installer/tools/nixos-rebuild.sh
@@ -235,7 +235,7 @@ fi
 # default and/or activate it now.
 if [ "$action" = switch -o "$action" = boot -o "$action" = test -o "$action" = dry-activate ]; then
     if ! $pathToConfig/bin/switch-to-configuration "$action"; then
-        echo "warning: error(s) occured while switching to the new configuration" >&2
+        echo "warning: error(s) occurred while switching to the new configuration" >&2
         exit 1
     fi
 fi