From 9b535839454112b07ecf81e7214403d4472d04fa Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 7 Jun 2019 12:55:22 -0300 Subject: [PATCH] cogl/trace: Fix typo https://gitlab.gnome.org/GNOME/mutter/merge_requests/609 --- cogl/cogl/cogl-trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl/cogl-trace.c b/cogl/cogl/cogl-trace.c index f6ba55b8a..9e52ec572 100644 --- a/cogl/cogl/cogl-trace.c +++ b/cogl/cogl/cogl-trace.c @@ -73,7 +73,7 @@ cogl_trace_context_new (int fd, } else { - g_debug ("Initializing trace context with default dilename"); + g_debug ("Initializing trace context with default filename"); writer = sysprof_capture_writer_new (COGL_TRACE_OUTPUT_FILE, BUFFER_LENGTH); }