summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authormason <mason>2004-09-22 16:42:29 +0000
committermason <mason>2004-09-22 16:42:29 +0000
commitcd74553317d8155bb3ea29c1f91ae0b6da7e5250 (patch)
treeeebf1db016593321cf067ef0581ceac9dc56123c /mk
parent6ad16de52595727a089aa1bbf86e01c6a51a94db (diff)
downloadpkgsrc-cd74553317d8155bb3ea29c1f91ae0b6da7e5250.tar.gz
Typo - "ressource".
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/build b/mk/bulk/build
index 64994a6c240..b859d4aedd0 100644
--- a/mk/bulk/build
+++ b/mk/bulk/build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: build,v 1.42 2004/08/06 10:41:51 sketch Exp $
+# $NetBSD: build,v 1.43 2004/09/22 16:42:29 mason Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -125,7 +125,7 @@ esac
export BMAKE
-# Set ressource limits as high as possible
+# Set resource limits as high as possible
ulimit -S -s `ulimit -H -s`
ulimit -S -d `ulimit -H -d`