Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
@@ -1052,7 +1052,7 @@ protected:
class GraphScopeIterator : public CInterfaceOf<IConstWUScopeIterator>
{
private:
- //This uses a state machine - this enumation contains the different states.
+ //This uses a state machine - this enumeration contains the different states.
enum State
SGraphBegin,
@@ -135,9 +135,9 @@ extern jlib_decl int compareScopeName(const char * left, const char * right)
if (!left || !right)
if (left)
- return +2;
+ return +1;
if (right)
- return -2;
+ return -1;
return 0;
}
left++;