summaryrefslogtreecommitdiff
path: root/egg
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 /egg
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 'egg')
-rw-r--r--egg/egg-secure-memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/egg-secure-memory.c b/egg/egg-secure-memory.c
index 442a325..8d320f1 100644
--- a/egg/egg-secure-memory.c
+++ b/egg/egg-secure-memory.c
@@ -1299,7 +1299,7 @@ egg_secure_records (unsigned int *count)
if (records == NULL)
break;
- /* Make sure this actualy accounts for all memory */
+ /* Make sure this actually accounts for all memory */
ASSERT (total == block->n_words);
}