From 65d71e4a4d96556719f3dd6febb696db95463410 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Oct 2019 03:05:05 -0400 Subject: [PATCH] spelling: operating --- tests/node/tests/operations.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/node/tests/operations.mjs b/tests/node/tests/operations.mjs index 42ba74c9..85d466de 100644 --- a/tests/node/tests/operations.mjs +++ b/tests/node/tests/operations.mjs @@ -1028,7 +1028,7 @@ ExifImageHeight: 57`); const zipped = chef.zip("some file content", { filename: "sample.zip", comment: "added", - operaringSystem: "Unix", + operatingSystem: "Unix", }); assert.strictEqual(zipped.type, 7);