Typo.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/4cd1a774 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/4cd1a774 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/4cd1a774 Branch: refs/heads/master Commit: 4cd1a77417b402b3481cdc96c0ac633a4cc4f088 Parents: ee1c5b1 Author: Aaron McCurry <[email protected]> Authored: Tue Aug 6 18:29:09 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Aug 6 18:29:09 2013 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/blur/mapreduce/lib/CsvBlurDriver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/4cd1a774/blur-mapred/src/main/java/org/apache/blur/mapreduce/lib/CsvBlurDriver.java ---------------------------------------------------------------------- diff --git a/blur-mapred/src/main/java/org/apache/blur/mapreduce/lib/CsvBlurDriver.java b/blur-mapred/src/main/java/org/apache/blur/mapreduce/lib/CsvBlurDriver.java index f1b81b3..7ff8c94 100644 --- a/blur-mapred/src/main/java/org/apache/blur/mapreduce/lib/CsvBlurDriver.java +++ b/blur-mapred/src/main/java/org/apache/blur/mapreduce/lib/CsvBlurDriver.java @@ -253,7 +253,7 @@ public class CsvBlurDriver { .withDescription( "The reducer multipler allows for an increase in the number of reducers per " + "shard in the given table. For example if the table has 128 shards and the " - + "reducer multiplier is 4 the total number of redcuer will be 512, 4 reducers " + + "reducer multiplier is 4 the total number of reducers will be 512, 4 reducers " + "per shard. (default 1)").create("r")); options.addOption(OptionBuilder .withArgName("minimum maximum")
