diff --git a/TODO b/TODO index 93a1fc4..7cbc05a 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -* Continue rebasing from 417302b0a4d6b50ecb7534f4feee5d64964c3118 +* Continue rebasing from 52798be09d6166fc81c227af068a74f6a07a899b * Add a focus listener interface. * Make focus apply synchronously. * Graphics and input objects for DirectX. diff --git a/include/guisan/key.hpp b/include/guisan/key.hpp index 802737d..ff213ff 100644 --- a/include/guisan/key.hpp +++ b/include/guisan/key.hpp @@ -124,7 +124,7 @@ namespace gcn /** - * Compares to keys. + * Compares two keys. * * @param key The key to compare this key with. * @return True if the keys are equal, false otherwise. @@ -132,7 +132,7 @@ namespace gcn bool operator==(const Key& key) const; /** - * Compares to keys. + * Compares two keys. * * @param key The key to compare this key with. * @return True if the keys are not equal, false otherwise.