From fc9505c9c5d513bc756f147dff4509a05123dc71 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 2 Dec 2015 13:15:52 +1100 Subject: Cleanup: warnings & spelling --- extern/libmv/libmv/simple_pipeline/camera_intrinsics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extern/libmv') diff --git a/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h b/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h index 6a3ade81089..1a8bf7a1c87 100644 --- a/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h +++ b/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h @@ -197,7 +197,7 @@ class CameraIntrinsics { double *normalized_x, double *normalized_y) const = 0; - // Distort an image using the current camera instrinsics + // Distort an image using the current camera intrinsics // // The distorted image is computed in output_buffer using samples from // input_buffer. Both buffers should be width x height x channels sized. @@ -226,7 +226,7 @@ class CameraIntrinsics { int channels, PixelType *output_buffer); - // Undistort an image using the current camera instrinsics + // Undistort an image using the current camera intrinsics // // The undistorted image is computed in output_buffer using samples from // input_buffer. Both buffers should be width x height x channels sized. -- cgit v1.2.3