summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-15 00:28:01 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-10-15 00:28:01 +0300
commit2624ed771bd87a501399f33979474e8c397a5b67 (patch)
treeb954af6c07ba7ee6ea5bf0c5d56c5632145bc7c8
parent1e1d16e020138bf89fc60227fa47c22a6fe34090 (diff)
downloadlibsecret-2624ed771bd87a501399f33979474e8c397a5b67.tar.gz
Spelling fixes
-rw-r--r--NEWS4
-rw-r--r--build/valgrind/valgrind.h2
-rw-r--r--docs/man/secret-tool.xml2
-rw-r--r--libsecret/secret-collection.c4
-rw-r--r--libsecret/secret-item.c12
-rw-r--r--libsecret/secret-methods.c2
-rw-r--r--libsecret/secret-paths.c14
-rw-r--r--libsecret/secret-service.c2
8 files changed, 21 insertions, 21 deletions
diff --git a/NEWS b/NEWS
index b569103..401ca58 100644
--- a/NEWS
+++ b/NEWS
@@ -17,8 +17,8 @@
* Testing fixes
* Documentation typo [#747654 ...]
* Build fixes [#743444]
- * Updated transaltions
- * Accomodate libgcrypt 1.6+
+ * Updated translations
+ * Accommodate libgcrypt 1.6+
0.18.1
* Testing fix [#726909]
diff --git a/build/valgrind/valgrind.h b/build/valgrind/valgrind.h
index b5edc11..25c65b8 100644
--- a/build/valgrind/valgrind.h
+++ b/build/valgrind/valgrind.h
@@ -1145,7 +1145,7 @@ typedef
/* Use these to write the name of your wrapper. NOTE: duplicates
VG_WRAP_FUNCTION_Z{U,Z} in pub_tool_redir.h. NOTE also: inserts
- the default behaviour equivalance class tag "0000" into the name.
+ the default behaviour equivalence class tag "0000" into the name.
See pub_tool_redir.h for details -- normally you don't need to
think about this, though. */
diff --git a/docs/man/secret-tool.xml b/docs/man/secret-tool.xml
index 65508b5..f520d63 100644
--- a/docs/man/secret-tool.xml
+++ b/docs/man/secret-tool.xml
@@ -101,7 +101,7 @@
<para>To remove a password run <command>secret-tool</command>
with the <arg choice="plain">clear</arg> argument. Specify the
- same attirbute name and value pairs that you passed when
+ same attribute name and value pairs that you passed when
storing the password.</para>
<para>All unlocked items that match the attributes will be
diff --git a/libsecret/secret-collection.c b/libsecret/secret-collection.c
index 74b8393..8582080 100644
--- a/libsecret/secret-collection.c
+++ b/libsecret/secret-collection.c
@@ -1553,7 +1553,7 @@ collection_load_items_sync (SecretCollection *self,
* If %SECRET_SEARCH_LOAD_SECRETS is set in @flags, then the items will have
* their secret values loaded and available via secret_item_get_secret().
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Returns: (transfer full) (element-type Secret.Item):
@@ -1898,7 +1898,7 @@ secret_collection_set_label_finish (SecretCollection *self,
*
* Set the label of this collection.
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Returns: whether the change was successful or not
diff --git a/libsecret/secret-item.c b/libsecret/secret-item.c
index 116e840..da4740a 100644
--- a/libsecret/secret-item.c
+++ b/libsecret/secret-item.c
@@ -1289,7 +1289,7 @@ secret_item_load_secret_finish (SecretItem *self,
* Each item has a single secret which might be a password or some
* other secret binary value.
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Returns: whether the secret item successfully loaded or not
@@ -1413,7 +1413,7 @@ on_loads_secrets_session (GObject *source,
* @callback: called when the operation completes
* @user_data: data to pass to the callback
*
- * Load the secret values for an secret items stored in the service.
+ * Load the secret values for a secret item stored in the service.
*
* The @items must all have the same SecretItem::service property.
*
@@ -1511,7 +1511,7 @@ secret_item_load_secrets_finish (GAsyncResult *result,
* @cancellable: optional cancellation object
* @error: location to place an error on failure
*
- * Load the secret values for an secret items stored in the service.
+ * Load the secret values for a secret item stored in the service.
*
* The @items must all have the same SecretItem::service property.
*
@@ -1705,7 +1705,7 @@ secret_item_set_secret_finish (SecretItem *self,
* Each item has a single secret which might be a password or some
* other secret binary value.
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Returns: whether the change was successful or not
@@ -1876,7 +1876,7 @@ secret_item_set_attributes_finish (SecretItem *self,
* Attributes are used to search for items. Attributes are not stored
* or transferred securely by the secret service.
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Returns: whether the change was successful or not
@@ -1988,7 +1988,7 @@ secret_item_set_label_finish (SecretItem *self,
*
* Set the label of this item.
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Returns: whether the change was successful or not
diff --git a/libsecret/secret-methods.c b/libsecret/secret-methods.c
index c0cbc99..5eb9cdf 100644
--- a/libsecret/secret-methods.c
+++ b/libsecret/secret-methods.c
@@ -429,7 +429,7 @@ service_load_items_sync (SecretService *service,
* are available via secret_item_get_secret(). If the load of a secret values
* fail, then the
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Returns: (transfer full) (element-type Secret.Item):
diff --git a/libsecret/secret-paths.c b/libsecret/secret-paths.c
index 5afca86..92c89c3 100644
--- a/libsecret/secret-paths.c
+++ b/libsecret/secret-paths.c
@@ -220,7 +220,7 @@ secret_item_new_for_dbus_path (SecretService *service,
* @result: the asynchronous result passed to the callback
* @error: location to place an error on failure
*
- * Finish asynchronous operation to get a new item proxy for an secret
+ * Finish asynchronous operation to get a new item proxy for a secret
* item in the secret service.
*
* Stability: Unstable
@@ -423,7 +423,7 @@ secret_collection_search_for_dbus_paths_finish (SecretCollection *collection,
* DBus object paths. The @attributes should be a table of string keys and
* string values.
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* DBus object paths of the items will be returned. If you would to have
@@ -614,7 +614,7 @@ secret_service_search_for_dbus_paths_finish (SecretService *self,
* paths. All collections are searched. The @attributes should be a table of
* string keys and string values.
*
- * This function may block indefinetely. Use the asynchronous version
+ * This function may block indefinitely. Use the asynchronous version
* in user interface threads.
*
* Matching items that are locked or unlocked, have their D-Bus paths placed
@@ -746,7 +746,7 @@ on_get_secrets_session (GObject *source,
* @callback: called when the operation completes
* @user_data: data to pass to the callback
*
- * Get the secret value for an secret item stored in the service.
+ * Get the secret value for a secret item stored in the service.
*
* The item is represented by its D-Bus object path. If you already have a
* #SecretItem proxy object, use use secret_item_get_secret() to more simply
@@ -829,7 +829,7 @@ secret_service_get_secret_for_dbus_path_finish (SecretService *self,
* @cancellable: optional cancellation object
* @error: location to place an error on failure
*
- * Get the secret value for an secret item stored in the service.
+ * Get the secret value for a secret item stored in the service.
*
* The item is represented by its D-Bus object path. If you already have a
* #SecretItem proxy object, use use secret_item_load_secret_sync() to more simply
@@ -883,7 +883,7 @@ secret_service_get_secret_for_dbus_path_sync (SecretService *self,
* @callback: called when the operation completes
* @user_data: data to pass to the callback
*
- * Get the secret values for an secret items stored in the service.
+ * Get the secret values for a secret item stored in the service.
*
* The items are represented by their D-Bus object paths. If you already have
* #SecretItem proxy objects, use use secret_item_load_secrets() to more simply
@@ -967,7 +967,7 @@ secret_service_get_secrets_for_dbus_paths_finish (SecretService *self,
* @cancellable: optional cancellation object
* @error: location to place an error on failure
*
- * Get the secret values for an secret items stored in the service.
+ * Get the secret values for a secret item stored in the service.
*
* The items are represented by their D-Bus object paths. If you already have
* #SecretItem proxy objects, use use secret_item_load_secrets_sync() to more
diff --git a/libsecret/secret-service.c b/libsecret/secret-service.c
index 71a753f..9d5c805 100644
--- a/libsecret/secret-service.c
+++ b/libsecret/secret-service.c
@@ -41,7 +41,7 @@
* object. If a new independent #SecretService object is required, use
* secret_service_open().
*
- * In order to securely transfer secrets to the Sercret Service, an session
+ * In order to securely transfer secrets to the Sercret Service, a session
* is established. This session can be established while initializing a
* #SecretService object by passing the %SECRET_SERVICE_OPEN_SESSION flag
* to the secret_service_get() or secret_service_open() functions. In order to