Fixed typo
authorMarcel Werk <burntime@woltlab.com>
Mon, 3 Mar 2014 20:30:13 +0000 (21:30 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 3 Mar 2014 20:30:13 +0000 (21:30 +0100)
Closes #1676

wcfsetup/install/files/lib/util/DateUtil.class.php

index b9b84e6494d2df059415ae7d00edb2b17a200a4a..496e58a1be903663e149a1b470416a3017e51ec4 100644 (file)
@@ -368,7 +368,7 @@ final class DateUtil {
                        throw new SystemException("date '".$date."' is invalid");
                }
                
-               // convert back to ISO-8601, if date was bogus (e.g. 2000-02-31) data() returns a different date than $date
+               // convert back to ISO-8601, if date was bogus (e.g. 2000-02-31) date() returns a different date than $date
                if (gmdate('Y-m-d', $time) != $date) {
                        throw new SystemException("date '".$date."' is invalid");
                }