summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-02-12 12:38:37 -0600
committerWilliam Hubbs <williamh@gentoo.org>2012-02-12 12:38:37 -0600
commit09c8c8ed9fabffe34570099009d81978aa85d899 (patch)
treeecd34d9dd0db2764bd04bc79b72022d27c850abc
parentd9dc5dc42314368a65579967c02af4945cb8c312 (diff)
downloadopenrc-09c8c8ed9fabffe34570099009d81978aa85d899.tar.gz
openrc-09c8c8ed9fabffe34570099009d81978aa85d899.tar.bz2
openrc-09c8c8ed9fabffe34570099009d81978aa85d899.tar.xz
Fix typo in swap script
-rw-r--r--init.d/swap.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/swap.in b/init.d/swap.in
index fef8ab3..bd20ffe 100644
--- a/init.d/swap.in
+++ b/init.d/swap.in
@@ -23,7 +23,7 @@ stop()
ebegin "Deactivating swap devices"
# Try to unmount all tmpfs filesystems not in use, else a deadlock may
- # occure. As $RC_SVCDIR may also be tmpfs we cd to it to lock it
+ # occur. As $RC_SVCDIR may also be tmpfs we cd to it to lock it
cd "$RC_SVCDIR"
umount -a -t tmpfs 2>/dev/null