[Cogl] [PATCH 17/53] doc: Fix small typo of sequence

Damien Lespiau damien.lespiau at gmail.com
Tue Jan 1 06:30:53 PST 2013


From: Damien Lespiau <damien.lespiau at intel.com>

---
 cogl/cogl-indices.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cogl/cogl-indices.h b/cogl/cogl-indices.h
index 6366b5f..483b137 100644
--- a/cogl/cogl-indices.h
+++ b/cogl/cogl-indices.h
@@ -48,7 +48,7 @@ COGL_BEGIN_DECLS
  * by virtualizing your data and instead providing a sequence of index
  * values that tell the GPU which data should be used for each vertex.
  *
- * If the GPU is given a squence of indices it doesn't simply walk
+ * If the GPU is given a sequence of indices it doesn't simply walk
  * through each vertex of your data in order it will instead walk
  * through the indices which can provide random access to the
  * underlying data.
-- 
1.7.7.5



More information about the Cogl mailing list