diff --git a/libsecret/secret-service.c b/libsecret/secret-service.c index 8da516f..71a753f 100644 --- a/libsecret/secret-service.c +++ b/libsecret/secret-service.c @@ -1647,7 +1647,7 @@ secret_service_load_collections_sync (SecretService *self, * for the various actions that can require prompting. * * Override the #SecretServiceClass prompt_sync virtual method - * to change the behavior of the propmting. The default behavior is to simply + * to change the behavior of the prompting. The default behavior is to simply * run secret_prompt_perform_sync() on the prompt with a %NULL window_id. * * Returns: (transfer full): %NULL if the prompt was dismissed or an error occurred, @@ -1688,7 +1688,7 @@ secret_service_prompt_sync (SecretService *self, * for the various actions that can require prompting. * * Override the #SecretServiceClass prompt_async virtual method - * to change the behavior of the propmting. The default behavior is to simply + * to change the behavior of the prompting. The default behavior is to simply * run secret_prompt_perform() on the prompt. */ void