mirror of
https://github.com/gchq/CyberChef
synced 2026-01-01 08:03:30 +00:00
Fixed some typos
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user