Fix some typos in comments.
[dcpomatic.git] / src / lib / image.cc
index d84755df3d1123242df4b2c948b5ef319e9968bd..3aba3ebd535715a820d437cf0859f4b67a162cb9 100644 (file)
@@ -328,7 +328,7 @@ Image::convert_pixel_format (dcp::YUVToRGB yuv_to_rgb, AVPixelFormat out_format,
 /** @param out_size Size to scale to.
  *  @param yuv_to_rgb YUVToRGB transform transform to use, if required.
  *  @param out_format Output pixel format.
- *  @param out_aligment Output alignment.
+ *  @param out_alignment Output alignment.
  *  @param fast Try to be fast at the possible expense of quality; at present this means using
  *  fast bilinear rather than bicubic scaling.
  */