mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
Fixed some typos
This commit is contained in:
parent
7971ea6c9d
commit
df6a60a44a
31 changed files with 36 additions and 36 deletions
|
@ -56,7 +56,7 @@ class UNIXTimestampToWindowsFiletime extends Operation {
|
|||
} else if (units === "Milliseconds (ms)") {
|
||||
input = input.multipliedBy(new BigNumber("10000"));
|
||||
} else if (units === "Microseconds (μs)") {
|
||||
input = input.multiplyiedBy(new BigNumber("10"));
|
||||
input = input.multipliedBy(new BigNumber("10"));
|
||||
} else if (units === "Nanoseconds (ns)") {
|
||||
input = input.dividedBy(new BigNumber("100"));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue