Spelling fixes

This commit is contained in:
Ville Skyttä 2017-10-15 00:28:01 +03:00
parent 1e1d16e020
commit 2624ed771b
8 changed files with 21 additions and 21 deletions

4
NEWS
View File

@ -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]

View File

@ -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. */

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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):

View File

@ -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

View File

@ -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