Used IntelliJ's amazing refactoring functions to change the argument ordering of...
[zxing.git] / core / src / com / google / zxing / oned / UPCEANReader.java
index 4a2361a..054bdf9 100644 (file)
@@ -21,10 +21,10 @@ import com.google.zxing.Result;
 import com.google.zxing.common.BitArray;
 
 /**
- * <p>This interfaces captures addtional functionality that readers of
+ * <p>This interfaces captures additional functionality that readers of
  * UPC/EAN family of barcodes should expose.</p>
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public interface UPCEANReader extends OneDReader {