[Cogl] [PATCH 1/6] quaternion: Fix typo in the init_from_z_rotation documentation
Damien Lespiau
damien.lespiau at gmail.com
Sat May 12 12:45:31 PDT 2012
From: Damien Lespiau <damien.lespiau at intel.com>
Clearly from a copy and paste from init_from_y_rotation().
---
cogl/cogl-quaternion.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cogl/cogl-quaternion.h b/cogl/cogl-quaternion.h
index eb60bcd..3813c5a 100644
--- a/cogl/cogl-quaternion.h
+++ b/cogl/cogl-quaternion.h
@@ -238,7 +238,7 @@ cogl_quaternion_init_from_y_rotation (CoglQuaternion *quaternion,
/**
* cogl_quaternion_init_from_z_rotation:
* @quaternion: An uninitialized #CoglQuaternion
- * @angle: The angle to rotate around the y axis
+ * @angle: The angle to rotate around the z axis
*
*
* Since: 2.0
--
1.7.7.5
More information about the Cogl
mailing list