commit 3ed75c2474763707a5e71cad55c7f530c5f4d820
parent 79858e0f145a9286b879aeb27ed647d490c52d19
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 26 Aug 2016 16:41:07 +0200
Fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ssol_object_instance_c.h b/src/ssol_object_instance_c.h
@@ -25,7 +25,7 @@ struct ssol_object_instance
struct ssol_object* object; /* Instantiated object */
double transform[12]; /* Object to world 3x4 column major affine transform */
struct s3d_shape* s3d_shape; /* Instantiated Star-3D shape */
- struct str receiver_name; /* Emptry if not a receiver */
+ struct str receiver_name; /* Empty if not a receiver */
struct ssol_device* dev;
ref_T ref;