[gnome-builder] vala: fix typo



commit 40a6a0ed445526b0258e2c923fc083c2d08876d8
Author: Christian Hergert <christian hergert me>
Date:   Sat Sep 26 21:12:25 2015 -0700

    vala: fix typo

 plugins/vala-pack/ide-vala-index.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/vala-pack/ide-vala-index.vala b/plugins/vala-pack/ide-vala-index.vala
index 76fedf6..02cec0b 100644
--- a/plugins/vala-pack/ide-vala-index.vala
+++ b/plugins/vala-pack/ide-vala-index.vala
@@ -18,7 +18,7 @@
 
 /*
  * The point of Ide.ValaIndex is somewhat analogous to Clang's CXIndex.
- * It is the top-level complent for everything you can do with vala
+ * It is the top-level container for everything you can do with vala
  * files for a particular context. Typically, you would have one index
  * per project. Therefore, we use the singleton-per-project nature of
  * Ide.Service (via Ide.ValaService) to keep an index-per-project.


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