mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
spelling: returns
This commit is contained in:
parent
a712d47663
commit
d743e47886
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export function scanForFileTypes(buf, categories=Object.keys(FILE_SIGNATURES)) {
|
||||||
* @param {Uint8Array} buf - The buffer to search
|
* @param {Uint8Array} buf - The buffer to search
|
||||||
* @param {Object} sig - A single signature object (Not an array of signatures)
|
* @param {Object} sig - A single signature object (Not an array of signatures)
|
||||||
* @param {number} offset - Where to start search from
|
* @param {number} offset - Where to start search from
|
||||||
* @returs {number} The position of the match or -1 if one cannot be found.
|
* @returns {number} The position of the match or -1 if one cannot be found.
|
||||||
*/
|
*/
|
||||||
function locatePotentialSig(buf, sig, offset) {
|
function locatePotentialSig(buf, sig, offset) {
|
||||||
// Find values for first key and value in sig
|
// Find values for first key and value in sig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue