d/oh: Codespell fix

This commit is contained in:
Ryan Pavlik 2019-06-18 11:17:46 -05:00
parent aeff374fcb
commit de0506fb0c
2 changed files with 2 additions and 2 deletions

View file

@ -442,7 +442,7 @@ oh_device_create(ohmd_context *ctx,
ohd->base.hmd->distortion.preferred = XRT_DISTORTION_MODEL_VIVE;
// clang-format off
// These need to be aquired from the vive config
// These need to be acquired from the vive config
ohd->base.hmd->distortion.vive.aspect_x_over_y = 0.8999999761581421f;
ohd->base.hmd->distortion.vive.grow_for_undistort = 0.6000000238418579f;
ohd->base.hmd->distortion.vive.undistort_r2_cutoff[0] = 1.11622154712677f;

View file

@ -21,7 +21,7 @@ extern "C" {
*/
/*!
* Create a proble for OpenHMD supported devices.
* Create a probe for OpenHMD supported devices.
*
* @ingroup drv_ohmd
*/