summaryrefslogtreecommitdiff
path: root/libsecret/secret-schema.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsecret/secret-schema.c')
-rw-r--r--libsecret/secret-schema.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsecret/secret-schema.c b/libsecret/secret-schema.c
index 33522ef..5ba3a9f 100644
--- a/libsecret/secret-schema.c
+++ b/libsecret/secret-schema.c
@@ -83,7 +83,7 @@
* values. Even for values that defined as an integer or boolean in the schema,
* the attribute values in the #GHashTable are strings. Boolean values are stored
* as the strings 'true' and 'false'. Integer values are stored in decimal, with
- * a preceeding negative sign for negative integers.
+ * a preceding negative sign for negative integers.
*
* Schemas are handled entirely on the client side by this library. The name of the
* schema is automatically stored as an attribute on the item.