Typos: "occurred" has two R's.
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 25 Jul 2012 17:44:10 +0000 (13:44 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Wed, 25 Jul 2012 17:45:17 +0000 (13:45 -0400)
camel/camel-block-file.c
camel/camel-mime-filter-bestenc.c
camel/camel-mime-parser.c
camel/camel-smime-context.c
camel/camel-store-summary.c
libedataserver/e-source.c

index 172aa05..b96b3cf 100644 (file)
@@ -457,7 +457,7 @@ camel_block_file_delete (CamelBlockFile *bs)
  * Allocate a new block, return a pointer to it.  Old blocks
  * may be flushed to disk during this call.
  *
- * Returns: The block, or NULL if an error occured.
+ * Returns: The block, or NULL if an error occurred.
  **/
 CamelBlock *
 camel_block_file_new_block (CamelBlockFile *bs)
@@ -530,7 +530,7 @@ camel_block_file_free_block (CamelBlockFile *bs,
  * Retreive a block @id.
  *
  * Returns: The block, or NULL if blockid is invalid or a file error
- * occured.
+ * occurred.
  **/
 CamelBlock *
 camel_block_file_get_block (CamelBlockFile *bs,
index ddcc044..57e6c1e 100644 (file)
@@ -40,7 +40,7 @@ struct _CamelMimeFilterBestencPrivate {
        guint total;    /* total characters read */
 
        guint lastc;    /* the last character read */
-       gint crlfnoorder;       /* if crlf's occured where they shouldn't have */
+       gint crlfnoorder;       /* if crlf's occurred where they shouldn't have */
 
        gint startofline;       /* are we at the start of a new line? */
 
index f90ae6e..2e95fa2 100644 (file)
@@ -896,7 +896,7 @@ camel_mime_parser_fd (CamelMimeParser *parser)
        return s->fd;
 }
 
-/* Return errno of the parser, incase any error occured during processing */
+/* Return errno of the parser, incase any error occurred during processing */
 gint
 camel_mime_parser_errno (CamelMimeParser *parser)
 {
index 2464de5..f16d2d1 100644 (file)
@@ -284,7 +284,7 @@ nss_error_to_string (glong errorcode)
        cs (SEC_ERROR_BAD_LDAP_RESPONSE, "Server returned bad LDAP response")
        cs (SEC_ERROR_FAILED_TO_ENCODE_DATA, "Failed to encode data with ASN1 encoder")
        cs (SEC_ERROR_BAD_INFO_ACCESS_LOCATION, "Bad information access location in cert extension")
-       cs (SEC_ERROR_LIBPKIX_INTERNAL, "Libpkix internal error occured during cert validation.")
+       cs (SEC_ERROR_LIBPKIX_INTERNAL, "Libpkix internal error occurred during cert validation.")
        cs (SEC_ERROR_PKCS11_GENERAL_ERROR, "A PKCS #11 module returned CKR_GENERAL_ERROR, indicating that an unrecoverable error has occurred.")
        cs (SEC_ERROR_PKCS11_FUNCTION_FAILED, "A PKCS #11 module returned CKR_FUNCTION_FAILED, indicating that the requested function could not be performed.  Trying the same operation again might succeed.")
        cs (SEC_ERROR_PKCS11_DEVICE_ERROR, "A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.")
index acaa0e7..81baa91 100644 (file)
@@ -601,7 +601,7 @@ error:
  * @summary: a #CamelStoreSummary object
  *
  * Writes the summary to disk.  The summary is only written if changes
- * have occured.
+ * have occurred.
  *
  * Returns: %0 on succes or %-1 on fail
  **/
index 1e1357e..734cd8e 100644 (file)
@@ -2076,7 +2076,7 @@ e_source_remove (ESource *source,
  * @error: return location for a #GError, or %NULL
  *
  * Finishes the operation started with e_source_remove().  If an
- * error occured, the function will set @error and return %FALSE.
+ * error occurred, the function will set @error and return %FALSE.
  *
  * Returns: %TRUE on success, %FALSE of failure
  *