aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2011-05-17 20:13:39 +0200
committerTom Gundersen <teg@jklm.no>2011-05-19 14:33:35 +0200
commitaacbe897cc822d1daaa44cb754d56666e4f07e84 (patch)
tree5cb8bcc4af15e05a02266dcb654beb76faf34e7b /rc.sysinit
parentcc1b8a39309fef45d092140fa130d0e82c696a44 (diff)
downloadinitscripts-aacbe897cc822d1daaa44cb754d56666e4f07e84.tar.xz
Fix typo
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 46f0c9b..fb96703 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -13,7 +13,7 @@ printsep
run_hook sysinit_start
-# export standard PATH (will be overridden later when /etc/profile is sourced, but is usefull for UDev)
+# export standard PATH (will be overridden later when /etc/profile is sourced, but is useful for UDev)
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# mount /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm (the api filesystems)