summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormason <mason@pkgsrc.org>2004-09-22 16:42:29 +0000
committermason <mason@pkgsrc.org>2004-09-22 16:42:29 +0000
commitd1a4ff1d2c918db19c254db2590ad069da5fdff8 (patch)
treeeebf1db016593321cf067ef0581ceac9dc56123c
parent03b17dde93c2a4f1117bbc99433ea56d6e5e938d (diff)
downloadpkgsrc-d1a4ff1d2c918db19c254db2590ad069da5fdff8.tar.gz
Typo - "ressource".
-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`