Fix spelling errors

This commit is contained in:
Graham Knop 2007-08-09 14:12:18 +00:00
parent dd06da4b16
commit 3fcaa05100

View file

@ -44,14 +44,14 @@ save you many hours of grief.
Graphics::Magick, so if you upgrade to WRE 0.8.0 then you'll
automatically be ready for the future.
* Any customizations made to the Inbox or Inbox/Message tempalates
* Any customizations made to the Inbox or Inbox/Message templates
will be lost. Please back up your custom templates before running
the upgrade
* The Transaction Error template in commerce has been merged with the Checkout
template. All Transaction Error templates are purged from the system on upgrade.
Make sure you back up your custom templates and apply them to the Checkout template.
None of the tempalte variables have changed.
None of the template variables have changed.
7.3.19
@ -249,10 +249,10 @@ save you many hours of grief.
7.1.3
--------------------------------------------------------------------
* The column that stores the graph configuration in the Poll table
has the wrong type. In MySQL 5 this results in corrpution of this
has the wrong type. In MySQL 5 this results in corruption of this
hash. The upgrade script will fix the column type, but not the
corrupted graph configs. Polls with an erroneous configuration
will diplay the old text based graphs. To fix the Polls, just edit
will display the old text based graphs. To fix the Polls, just edit
them, set the correct graphing options again and finally save.
7.0.8
@ -279,7 +279,7 @@ save you many hours of grief.
* Numbers generated by the Splat_random macro were not evenly
distributed. It returned numbers between 0 and 'max' (inclusive)
with this two numbers occuring about half as much as other numbers.
with this two numbers occurring about half as much as other numbers.
This is now fixed, so it will return numbers between 0 and 'max-1'
(inclusive), with an equal probability of any of these numbers.
If you're using this macro, you might need to increment the max
@ -287,7 +287,7 @@ save you many hours of grief.
* We've made a number of improvements and bug fixes to the search
indexing system in this release. You may want to use the search.pl
utiltity in sbin to reindex your site to get better search results.
utility in sbin to reindex your site to get better search results.
7.0.2
@ -310,9 +310,9 @@ save you many hours of grief.
6.99.5
--------------------------------------------------------------------
* In transfering LDAP from the users to group module, it was discovered
* In transferring LDAP from the users to group module, it was discovered
the ldap link must also be saved with the group. The upgrade attempts
to determine the proper LDAP Link to use, however it is not guarenteed
to determine the proper LDAP Link to use, however it is not guaranteed
to be accurate. If you use LDAP groups in WebGUI, be sure and check
each one to make sure they are assigned to the appropriate LDAP Link.