Fix typo in class description
authorMatthias Schmidt <gravatronics@live.com>
Sun, 13 Mar 2016 12:04:38 +0000 (13:04 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 13 Mar 2016 12:04:38 +0000 (13:04 +0100)
wcfsetup/install/files/lib/system/condition/UserTimestampPropertyCondition.class.php

index b11dacc9c4a2a37414418e820bbe5e9edafb82a3..f2ed3cf22852535b720ccfff4d72d295d63851d6 100644 (file)
@@ -5,7 +5,7 @@ use wcf\data\user\User;
 use wcf\system\WCF;
 
 /**
- * Condition implementation for compairing a user-bound timestamp with a fixed time
+ * Condition implementation for comparing a user-bound timestamp with a fixed time
  * interval.
  * 
  * @author     Matthias Schmidt