Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mallocator committed Apr 12, 2013
1 parent 658b159 commit d892b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<name>Elastichsearch HBase River</name>
<name>ElasticSearch HBase River</name>
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>rivers-hbase</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/elasticsearch/river/hbase/HBaseRiver.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class HBaseRiver extends AbstractRiverComponent implements River, Uncaugh

/**
* Some names must be given in a lower case format (the index name for example), others are more flexible. This flag will
* normalize all fields to lower case and remove special characters that ELastichsearch can't handle. (The filter is
* normalize all fields to lower case and remove special characters that ELasticSearch can't handle. (The filter is
* probably stricter than needed in most cases)
*/
private final boolean normalizeFields;
Expand Down Expand Up @@ -361,4 +361,4 @@ public String getColumnSeparator() {
public ESLogger getLogger() {
return this.logger;
}
}
}

0 comments on commit d892b37

Please sign in to comment.