mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Fixed some typos
This commit is contained in:
parent
223743e3b5
commit
9d73127cae
31 changed files with 36 additions and 36 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue