Skip to content

Commit

Permalink
Spelling error on notCondition.
Browse files Browse the repository at this point in the history
  • Loading branch information
tqh committed Jul 23, 2015
1 parent 8a9464f commit ff7da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/launch/Conditions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,6 @@ Conditions::AddNotSafeMode(Condition* condition)
NotCondition* notCondition = new NotCondition();
notCondition->AddCondition(new SafeModeCondition());

andCondition->AddCondition(notCondtion);
andCondition->AddCondition(notCondition);
return andCondition;
}

0 comments on commit ff7da47

Please sign in to comment.