svn commit: r763619 - /ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r763619 - /ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java

mor-2
Author: mor
Date: Thu Apr  9 12:18:12 2009
New Revision: 763619

URL: http://svn.apache.org/viewvc?rev=763619&view=rev
Log:
Fix typo in the comment (diffrent -> different). Thanks Pranay Pandey for reporting.
Also changed the comment a bit to make it more verbose.

Modified:
    ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java

Modified: ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java?rev=763619&r1=763618&r2=763619&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java (original)
+++ ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java Thu Apr  9 12:18:12 2009
@@ -243,7 +243,7 @@
             response.addCookie(billableCookie);
         }
 
-        // if site id exist in cookies then not req to create it if exist with diffrent site then create it
+        // if site id exist in cookies then it is not required to create it, if exist with different site then create it
         int siteIdCookieAge = (60 * 60 * 24 * 365); // should this be configurable?
         String siteId = request.getParameter("siteId");
         if (siteId != null && siteId.length() > 0) {