[evolution-data-server] Typos: "occurred" has two R's.



commit 8faec651e3dbe11ef68f8df2fbc443c67262466e
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jul 25 13:44:10 2012 -0400

    Typos: "occurred" has two R's.

 camel/camel-block-file.c          |    4 ++--
 camel/camel-mime-filter-bestenc.c |    2 +-
 camel/camel-mime-parser.c         |    2 +-
 camel/camel-smime-context.c       |    2 +-
 camel/camel-store-summary.c       |    2 +-
 libedataserver/e-source.c         |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/camel/camel-block-file.c b/camel/camel-block-file.c
index 172aa05..b96b3cf 100644
--- a/camel/camel-block-file.c
+++ b/camel/camel-block-file.c
@@ -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,
diff --git a/camel/camel-mime-filter-bestenc.c b/camel/camel-mime-filter-bestenc.c
index ddcc044..57e6c1e 100644
--- a/camel/camel-mime-filter-bestenc.c
+++ b/camel/camel-mime-filter-bestenc.c
@@ -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? */
 
diff --git a/camel/camel-mime-parser.c b/camel/camel-mime-parser.c
index f90ae6e..2e95fa2 100644
--- a/camel/camel-mime-parser.c
+++ b/camel/camel-mime-parser.c
@@ -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)
 {
diff --git a/camel/camel-smime-context.c b/camel/camel-smime-context.c
index 2464de5..f16d2d1 100644
--- a/camel/camel-smime-context.c
+++ b/camel/camel-smime-context.c
@@ -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.")
diff --git a/camel/camel-store-summary.c b/camel/camel-store-summary.c
index acaa0e7..81baa91 100644
--- a/camel/camel-store-summary.c
+++ b/camel/camel-store-summary.c
@@ -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
  **/
diff --git a/libedataserver/e-source.c b/libedataserver/e-source.c
index 1e1357e..734cd8e 100644
--- a/libedataserver/e-source.c
+++ b/libedataserver/e-source.c
@@ -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
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]