shred: add "prefill" to spelling list

This commit is contained in:
Terts Diepraam 2023-03-11 00:01:22 +01:00
parent 2ac4ee820e
commit 9e0d3ea698

View file

@ -6,7 +6,7 @@
// * For the full copyright and license information, please view the LICENSE // * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code. // * file that was distributed with this source code.
// spell-checker:ignore (words) wipesync // spell-checker:ignore (words) wipesync prefill
use clap::{crate_version, Arg, ArgAction, Command}; use clap::{crate_version, Arg, ArgAction, Command};
use rand::{rngs::StdRng, seq::SliceRandom, Rng, SeedableRng}; use rand::{rngs::StdRng, seq::SliceRandom, Rng, SeedableRng};