From 58f12126ea4e790fbf56b0e1d3217662698628c9 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Sat, 4 May 2019 22:11:24 +0200 Subject: [PATCH] fix typo --- .../src/main/java/org/jeasy/random/api/RandomizerProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-random-core/src/main/java/org/jeasy/random/api/RandomizerProvider.java b/easy-random-core/src/main/java/org/jeasy/random/api/RandomizerProvider.java index 2668005a5..d7435140c 100644 --- a/easy-random-core/src/main/java/org/jeasy/random/api/RandomizerProvider.java +++ b/easy-random-core/src/main/java/org/jeasy/random/api/RandomizerProvider.java @@ -31,7 +31,7 @@ * Implementations may (or may not) use registries to provide randomizers. * * The added value of this interface compared to a simple {@link RandomizerRegistry} is that - * it gives access to the current context and allows fine grained ranomizer selection based on that context. + * it gives access to the current context and allows fine grained randomizer selection based on that context. * * @author Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com) */