[pango] pangoft2: Fix typo
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] pangoft2: Fix typo
- Date: Tue, 28 Aug 2012 12:18:40 +0000 (UTC)
commit 4ea16a17ca32d11bb3fd59132823350a77568b70
Author: Colin Walters <walters verbum org>
Date: Tue Aug 28 08:17:37 2012 -0400
pangoft2: Fix typo
pango/pangoft2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index 88a9174..dc6db5d 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -545,7 +545,7 @@ _pango_ft2_ft_strerror (FT_Error error)
static char *default_msg = NULL; /* MT-safe */
if (g_once_init_enter (&default_msg))
- g_once_init_leve (&default_msg, g_malloc (60));
+ g_once_init_leave (&default_msg, g_malloc (60));
g_sprintf (default_msg, "Unknown FreeType2 error %#x", error);
return default_msg;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]