mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
spelling: operating
This commit is contained in:
parent
213c99e14b
commit
65d71e4a4d
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ ExifImageHeight: 57`);
|
||||||
const zipped = chef.zip("some file content", {
|
const zipped = chef.zip("some file content", {
|
||||||
filename: "sample.zip",
|
filename: "sample.zip",
|
||||||
comment: "added",
|
comment: "added",
|
||||||
operaringSystem: "Unix",
|
operatingSystem: "Unix",
|
||||||
});
|
});
|
||||||
|
|
||||||
assert.strictEqual(zipped.type, 7);
|
assert.strictEqual(zipped.type, 7);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue