Fix typo introduced at the last second before commit. Watch that 'a' key!

git-svn-id: https://zxing.googlecode.com/svn/trunk@381 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-05-02 18:41:05 +00:00
parent 188c7fbecb
commit dee32b1323

View file

@ -42,7 +42,7 @@ import com.google.zxing.client.result.URLTOParsedResult;
* @author srowen@google.com (Sean Owen)
* @author dswitkin@google.com (Daniel Switkin)
*/
final class ResultHandler implements Button.OnClickListenear {
final class ResultHandler implements Button.OnClickListener {
private static final String TAG = "ResultHandler";