Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a few spelling errors
Change-Id: Ic87eb49a97d2467d1ec2f86eca75f24033859778
  • Loading branch information
egonw authored and johnmay committed Aug 8, 2014
1 parent ac6ea6b commit 80fd3af
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -48,7 +48,7 @@ public class NomParser {
private static int mainChainPrefix;
private static boolean isMainCyclic;

/** The tempory vector of locations the current group/substiuant is attached to */
/** The temporary vector of locations the current group/substituent is attached to */
private static List<Token> tempLocation;

/** The vector of attached functional groups, with an instance of AttachedGroup for each
Expand All @@ -62,7 +62,7 @@ public class NomParser {
private static List<AttachedGroup> attachedSubstituents;

/**
* Used in the build up of ancient greek style prfixes
* Used in the build up of ancient Greek style prefixes
*/
private static int currentNumber;

Expand Down Expand Up @@ -117,7 +117,7 @@ public class NomParser {
* are connected to a valid atom which occurs on the main chain.
*
* @param vectorIterator An iterator which provides instances of AttachedGroup to check
* @throws ParseException A taylored instance of ParseException so nomen can display
* @throws ParseException A tailored instance of ParseException so Nomen can display
* the error to the user.
*/
private static void checkConnections (Iterator<AttachedGroup> vectorIterator) throws ParseException
Expand Down Expand Up @@ -283,7 +283,7 @@ TOKEN :
| < CONT: "cont" >
}

/* Skip the "a" letter for greek numbers */
/* Skip the "a" letter for Greek numbers */
SKIP :
{
< A : "a" > | < SPACE : " " >
Expand Down

0 comments on commit 80fd3af

Please sign in to comment.