Fix a minor typo in a comment
pull/3446/head
Chick3nman 2 years ago committed by GitHub
parent ee11834d3c
commit dd58e52800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}
}
}

Loading…
Cancel
Save