summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>2021-07-09 17:08:29 +0200
committerEvangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>2021-07-09 17:08:29 +0200
commit436200b0cb5c6a9574d5e3c8126168ce069891e8 (patch)
tree16e94e5d52257436f8574a84fa9fce113e20cc56 /docs
parent9a8d156075ce09e2895914c5e4c7f3ff4354e01c (diff)
downloadlibsecret-436200b0cb5c6a9574d5e3c8126168ce069891e8.tar.gz
docs: Fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/libsecret-examples.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libsecret/libsecret-examples.sgml b/docs/reference/libsecret/libsecret-examples.sgml
index b6f881b..e5be51a 100644
--- a/docs/reference/libsecret/libsecret-examples.sgml
+++ b/docs/reference/libsecret/libsecret-examples.sgml
@@ -236,7 +236,7 @@
* The variable argument list is the attributes used to later
* lookup the password. These attributes must conform to the schema.
*/
- secret_password_clear (EXAMPLE_SCHEMA, NULL, on_password_cleard, NULL,
+ secret_password_clear (EXAMPLE_SCHEMA, NULL, on_password_cleared, NULL,
"string", "nine",
"even", FALSE,
NULL);