diff -ru p0/webform/webform.module p1/webform/webform.module
--- p0/webform/webform.module   2011-06-17 07:36:15.000000000 -0400
+++ p1/webform/webform.module   2011-06-17 07:37:17.000000000 -0400
@@ -1255,7 +1255,7 @@
   $closed = FALSE;
   $allowed_roles = array();

-  // When logging in using a form on the same page as a webform node, surpress
+  // When logging in using a form on the same page as a webform node, suppress
   // output messages so that they don't show up after the user has logged in.
   // See http://drupal.org/node/239343.
   if (isset($_POST['op']) && isset($_POST['name']) && isset($_POST['pass'])) {
@@ -3240,7 +3240,7 @@
 /**
  * Convert an ISO 8601 date or time into an array.
  *
- * This converst full format dates or times. Either a date or time may be
+ * This converts full format dates or times. Either a date or time may be
  * provided, in which case only those portions will be returned. Dashes and
  * colons must be used, never implied.
  *
@@ -3359,7 +3359,7 @@
   }

   if (!empty($timezone_name) && class_exists('DateTimeZone')) {
-    // Surpress errors if encountered during string conversion. Exceptions are
+    // Suppress errors if encountered during string conversion. Exceptions are
     // only supported for DateTime in PHP 5.3 and higher.
     try {
       @$timezone = new DateTimeZone($timezone_name);