Fix two typos in Javadocs (#750)

This commit is contained in:
Sebastian 2017-02-02 18:28:13 +01:00 committed by Sean Owen
parent e8d9002390
commit dcde8a30a6
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
* <p>Implements Reed-Solomon enbcoding, as the name implies.</p> * <p>Implements Reed-Solomon encoding, as the name implies.</p>
* *
* @author Sean Owen * @author Sean Owen
* @author William Rucklidge * @author William Rucklidge

View file

@ -24,7 +24,7 @@ import com.google.gwt.user.client.ui.TextBox;
import com.google.gwt.user.client.ui.Widget; import com.google.gwt.user.client.ui.Widget;
/** /**
* A Generator for contact informations, output is in MeCard format. * A Generator for contact information, output is in MeCard format.
* *
* @author Yohann Coppel * @author Yohann Coppel
* @author Sean Owen * @author Sean Owen