[gnome-builder] libide: fix typo



commit 2dc63cd07e8ca3d0ff93b42c3f48f264bf386761
Author: Christian Hergert <christian hergert me>
Date:   Sat Sep 26 04:35:25 2015 -0700

    libide: fix typo
    
    You are all horrible for not telling me!

 libide/ide-symbol.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-symbol.h b/libide/ide-symbol.h
index a649715..c32be5e 100644
--- a/libide/ide-symbol.h
+++ b/libide/ide-symbol.h
@@ -44,7 +44,7 @@ typedef enum
 {
   IDE_SYMBOL_FLAGS_NONE          = 0,
   IDE_SYMBOL_FLAGS_IS_STATIC     = 1 << 0,
-  IDE_sYMBOL_FLAGS_IS_MEMBER     = 1 << 1,
+  IDE_SYMBOL_FLAGS_IS_MEMBER     = 1 << 1,
   IDE_SYMBOL_FLAGS_IS_DEPRECATED = 1 << 2,
 } IdeSymbolFlags;
 


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