[cogl] doc: Fix small typo of sequence



commit 09706dc78178d022b4313572600a245112d23fd9
Author: Damien Lespiau <damien lespiau intel com>
Date:   Sun Dec 30 16:43:17 2012 +0000

    doc: Fix small typo of sequence

 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.



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