From 3fcaa05100b8f38def9461c1962da7c827eba61f Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 9 Aug 2007 14:12:18 +0000 Subject: [PATCH] Fix spelling errors --- docs/gotcha.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 5780df584..99dc838b5 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -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.