Modified: trunk/base/doc/portfile.7 (86707 => 86708)
--- trunk/base/doc/portfile.7 2011-11-01 16:00:28 UTC (rev 86707)
+++ trunk/base/doc/portfile.7 2011-11-01 16:04:04 UTC (rev 86708)
@@ -2121,7 +2121,7 @@
.It Ic vercmp Ar versionA Ar versionB
Compare two EVR-format versions for equality. The return value is like
strcmp(), returning -1, 0, or 1 when versionA is earlier, equal to, or
-later than versionB, respectively. Note that some comparisions featuring
+later than versionB, respectively. Note that some comparisons featuring
floating-point notation may compare incorrectly, e.g. 2.101 is considered
later than 2.2 (101 is larger than 2) which may be incorrect per some
projects versioning methods (see ticket #11873).