summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAntonio Murdaca <runcom@redhat.com>2016-03-05 13:30:07 +0100
committerStef Walter <stefw@redhat.com>2016-03-08 13:32:07 +0100
commit43cac02864eb183d71877b7425e0a6ec0c9fc01e (patch)
tree6cbc5306f57d566754f1820fb8973aa703564a79 /docs
parent7da8c2b70ed47acf59854406ca931d00f3ff9a90 (diff)
downloadlibsecret-43cac02864eb183d71877b7425e0a6ec0c9fc01e.tar.gz
Fix typos
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Signed-off-by: Stef Walter <stefw@redhat.com> * Fix one spelling of 'succeeded' https://bugzilla.gnome.org/show_bug.cgi?id=763143
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/migrating-libgnome-keyring.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libsecret/migrating-libgnome-keyring.xml b/docs/reference/libsecret/migrating-libgnome-keyring.xml
index cf8e34c..7f727ec 100644
--- a/docs/reference/libsecret/migrating-libgnome-keyring.xml
+++ b/docs/reference/libsecret/migrating-libgnome-keyring.xml
@@ -58,7 +58,7 @@
for lookup of items it's important that the string representations of
integers and booleans are always identical. Boolean values are stored
as the strings <literal>true</literal> and <literal>false</literal>.
- Integer values are stored in decimal, with a preceeding negative sign
+ Integer values are stored in decimal, with a preceding negative sign
for negative integers. libsecret facilitates this using the
secret_attributes_build() and secret_attributes_buildv() functions.</para>