[Groonga-commit] groonga/groonga at c96b613 [master] Fix typos

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jul 26 15:36:39 JST 2015


Kouhei Sutou	2015-07-26 15:36:39 +0900 (Sun, 26 Jul 2015)

  New Revision: c96b6133a4beb94a7c7493cae8fbf7318511435d
  https://github.com/groonga/groonga/commit/c96b6133a4beb94a7c7493cae8fbf7318511435d

  Message:
    Fix typos

  Modified files:
    lib/windows_event_logger.c

  Modified: lib/windows_event_logger.c (+2 -2)
===================================================================
--- lib/windows_event_logger.c    2015-07-26 15:19:59 +0900 (fff4f91)
+++ lib/windows_event_logger.c    2015-07-26 15:36:39 +0900 (fd15d2c)
@@ -30,13 +30,13 @@ typedef struct _grn_windows_event_logger_data {
 #endif /* WIN32 */
 
 const char *
-grn_windows_event_looger_get_source_name(void)
+grn_windows_event_logger_get_source_name(void)
 {
   return windows_event_source_name;
 }
 
 void
-grn_windows_event_looger_set_source_name(const char *name)
+grn_windows_event_logger_set_source_name(const char *name)
 {
   if (windows_event_source_name) {
     free(windows_event_source_name);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index