Revision: 2184
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2184&view=rev
Author:   tbleher
Date:     2011-11-22 19:10:52 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
Spelling fixes

Modified Paths:
--------------
    mrbs/trunk/web/Themes/default/header.inc
    mrbs/trunk/web/edit_entry.php
    mrbs/trunk/web/edit_entry_handler.php

Modified: mrbs/trunk/web/Themes/default/header.inc
===================================================================
--- mrbs/trunk/web/Themes/default/header.inc    2011-11-22 19:08:27 UTC (rev 
2183)
+++ mrbs/trunk/web/Themes/default/header.inc    2011-11-22 19:10:52 UTC (rev 
2184)
@@ -1724,7 +1724,7 @@
         // object with four properties (n, s, e, w) representing the 
cooordinates (x or y)
         // of the side.   We will use this array to test whether a proposed
         // booking overlaps an existing booking.   We save populating this 
array until
-        // the resize starts, because we want to exclude the bokked slot that 
is being
+        // the resize starts, because we want to exclude the booked slot that 
is being
         // resized.
         ?>
         var bookedMap = [];
@@ -1871,7 +1871,7 @@
             $('table.dwm_main').unwrap();
             <?php
             // If the user has released the button while outside the table it 
means
-            // they want to canel, so just return. 
+            // they want to cancel, so just return. 
             ?>
             if (outsideTable({x: e.pageX, y: e.pageY}))
             {

Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php       2011-11-22 19:08:27 UTC (rev 2183)
+++ mrbs/trunk/web/edit_entry.php       2011-11-22 19:10:52 UTC (rev 2184)
@@ -42,7 +42,7 @@
 // you could add a column to the entry and repeat tables called 'participants'
 // of type int.  Then in the appropriate lang file(s) you would add the line
 //
-// vocab["entry.participants"] = "Participants";  // or appropriate translation
+// $vocab["entry.participants"] = "Participants";  // or appropriate 
translation
 //
 // If MRBS can't find an entry for the field in the lang file, then it will use
 // the fieldname, eg 'coffee_machine'. 

Modified: mrbs/trunk/web/edit_entry_handler.php
===================================================================
--- mrbs/trunk/web/edit_entry_handler.php       2011-11-22 19:08:27 UTC (rev 
2183)
+++ mrbs/trunk/web/edit_entry_handler.php       2011-11-22 19:10:52 UTC (rev 
2184)
@@ -113,7 +113,7 @@
 // we'll only have been supplied with parameters that need to be changed.  
Fill in
 // the rest from the existing boking information.
 // Note: we assume that 
-// (1) this is not a series (we can't cope with them yet
+// (1) this is not a series (we can't cope with them yet)
 // (2) we always get passed start_seconds and end_seconds in the Ajax data
 if ($ajax && $commit)
 {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to