From 43cac02864eb183d71877b7425e0a6ec0c9fc01e Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Sat, 5 Mar 2016 13:30:07 +0100 Subject: Fix typos Signed-off-by: Antonio Murdaca Signed-off-by: Stef Walter * Fix one spelling of 'succeeded' https://bugzilla.gnome.org/show_bug.cgi?id=763143 --- egg/egg-secure-memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'egg') 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); } -- cgit v1.2.1