1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-02 10:51:16 +00:00
Fix a minor typo in a comment
This commit is contained in:
Chick3nman 2022-09-07 15:52:06 -05:00 committed by GitHub
parent ee11834d3c
commit dd58e52800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -723,7 +723,7 @@ int wl_data_init (hashcat_ctx_t *hashcat_ctx)
}
else
{
wl_data->func = get_next_word_lm_text; // treat as nromal text
wl_data->func = get_next_word_lm_text; // treat as normal text
}
}
}