[grilo] doc: Fix typo in _grl_log_init_core_domains()



commit 7619eb238a375652ab89ec3012984751a3cf975d
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 12 15:31:07 2012 +0200

    doc: Fix typo in _grl_log_init_core_domains()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686032

 src/grl-log.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/grl-log.c b/src/grl-log.c
index 149933b..2f8dfb5 100644
--- a/src/grl-log.c
+++ b/src/grl-log.c
@@ -354,7 +354,7 @@ _grl_log_init_core_domains (void)
   /* Retrieve the GRL_DEBUG environment variable, initialize core domains from
    * it if applicable and keep it for grl_log_domain_new(). Plugins are using
    * grl_log_domain_new() in their init() functions to initialize their log
-   * domains. At that time, we'll look at the saved GRL_DEBUG to overrive the
+   * domains. At that time, we'll look at the saved GRL_DEBUG to override the
    * verbosity */
   log_env = g_getenv ("GRL_DEBUG");
   if (log_env) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]