Note: On Tue, 31 Oct 2023 at 10:21, <ggreg...@apache.org> wrote: > Normalize spelling to US English
> .../commons/rng/examples/stress/RNGUtils.java | 30 > ++++++++++++++-------- > + /** Message for an unrecognized source64 mode. */ > + private static final String UNRECOGNISED_SOURCE_64_MODE = "Unrecognized > source64 mode: "; Change the constant name too. > + /** Message for an unrecognized native output type. */ > + private static final String UNRECOGNISED_NATIVE_TYPE = "Unrecognized > native output type: "; Change the constant name too. Alex --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org