@@ -1093,7 +1093,7 @@ void ArCoreApk_checkAvailability(void *env,
10931093 void *context,
10941094 ArAvailability *out_availability);
10951095
1096- // / Initiates installation of ARCore if needed. When your apllication launches
1096+ // / Initiates installation of ARCore if needed. When your application launches
10971097// / or enters an AR mode, it should call this method with @c
10981098// / user_requested_install = 1.
10991099// /
@@ -1996,7 +1996,7 @@ void ArPose_getPoseRaw(const ArSession *session,
19961996// / @param[in] session The ARCore session
19971997// / @param[in] pose The pose to convert
19981998// / @param[out] out_matrix_col_major_4x4 Pointer to an array of 16 floats, to be
1999- // / filled with a column-major homogenous transformation matrix, as used by
1999+ // / filled with a column-major homogeneous transformation matrix, as used by
20002000// / OpenGL.
20012001void ArPose_getMatrix (const ArSession *session,
20022002 const ArPose *pose,
@@ -2076,7 +2076,7 @@ void ArCamera_getDisplayOrientedPose(const ArSession *session,
20762076// / @param[in] session The ARCore session
20772077// / @param[in] camera The session's camera.
20782078// / @param[inout] out_col_major_4x4 Pointer to an array of 16 floats, to be
2079- // / filled with a column-major homogenous transformation matrix, as used by
2079+ // / filled with a column-major homogeneous transformation matrix, as used by
20802080// / OpenGL.
20812081void ArCamera_getViewMatrix (const ArSession *session,
20822082 const ArCamera *camera,
@@ -2122,7 +2122,7 @@ void ArCamera_getTrackingFailureReason(
21222122// / @param[in] near Specifies the near clip plane, in meters
21232123// / @param[in] far Specifies the far clip plane, in meters
21242124// / @param[inout] dest_col_major_4x4 Pointer to an array of 16 floats, to
2125- // / be filled with a column-major homogenous transformation matrix, as used
2125+ // / be filled with a column-major homogeneous transformation matrix, as used
21262126// / by OpenGL.
21272127void ArCamera_getProjectionMatrix (const ArSession *session,
21282128 const ArCamera *camera,
0 commit comments