summaryrefslogtreecommitdiffstats
path: root/test/recipes/40-test_rehash.t
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-02-26 20:30:15 +0100
committerRich Salz <rsalz@akamai.com>2016-02-27 10:58:16 -0500
commitb6453a68bbb34c901a2eaf24012d0a3afcbf52ff (patch)
treeb69f05bccb9fa9281aba0523d05360b49411e86c /test/recipes/40-test_rehash.t
parent79302211cc171d5b7c443448434b8565efa1d2c8 (diff)
GH753: More spelling fix
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'test/recipes/40-test_rehash.t')
-rw-r--r--test/recipes/40-test_rehash.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/40-test_rehash.t b/test/recipes/40-test_rehash.t
index f0a8faecd6..dd7f4acbf1 100644
--- a/test/recipes/40-test_rehash.t
+++ b/test/recipes/40-test_rehash.t
@@ -39,7 +39,7 @@ indir "rehash.$$" => sub {
chmod 0500, curdir();
SKIP: {
if (!ok(!open(FOO, ">unwritable.txt"),
- "Testing that we aren't running as a priviledged user, such as root")) {
+ "Testing that we aren't running as a privileged user, such as root")) {
close FOO;
skip "It's pointless to run the next test as root", 1;
}