From 8371df8b1c12bdae574370d77819c46d8280f20f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Aug 2021 12:49:00 +1000 Subject: Cleanup: spelling --- source/blender/compositor/operations/COM_BlurBaseOperation.cc | 2 +- source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc | 2 +- .../blender/compositor/operations/COM_ScreenLensDistortionOperation.cc | 2 +- .../blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/compositor/operations') diff --git a/source/blender/compositor/operations/COM_BlurBaseOperation.cc b/source/blender/compositor/operations/COM_BlurBaseOperation.cc index 280a6026ebe..058b422c4a5 100644 --- a/source/blender/compositor/operations/COM_BlurBaseOperation.cc +++ b/source/blender/compositor/operations/COM_BlurBaseOperation.cc @@ -229,7 +229,7 @@ void BlurBaseOperation::determineResolution(unsigned int resolution[2], } case eExecutionModel::FullFrame: { /* Setting a modifier ensures all non main inputs have extended bounds as preferred - * resolution, avoiding unnecessary resolution convertions that would hide constant + * resolution, avoiding unnecessary resolution conversions that would hide constant * operations. */ set_determined_resolution_modifier([=](unsigned int res[2]) { /* Rounding to even prevents jiggling in backdrop while switching size values. */ diff --git a/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc b/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc index a80cbbe942a..ccabb3cf11c 100644 --- a/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc +++ b/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc @@ -201,7 +201,7 @@ void PlaneDistortWarpImageOperation::get_area_of_interest(const int input_idx, r_input_area.xmax = get_input_operation(0)->getWidth(); r_input_area.ymax = get_input_operation(0)->getHeight(); -/* Old implemention but resulting coordinates are way out of input operation bounds and in some +/* Old implementation but resulting coordinates are way out of input operation bounds and in some * cases the area result may incorrectly cause cropping. */ #if 0 float min[2], max[2]; diff --git a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cc b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cc index f9ba2ef69ad..1f503051349 100644 --- a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cc +++ b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cc @@ -387,7 +387,7 @@ void ScreenLensDistortionOperation::get_area_of_interest(const int input_idx, rcti &r_input_area) { if (input_idx != 0) { - /* Dispersion and distorsion inputs are used as constants only. */ + /* Dispersion and distortion inputs are used as constants only. */ r_input_area = COM_SINGLE_ELEM_AREA; } diff --git a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h index d6df9f5b858..56b4677087b 100644 --- a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h +++ b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h @@ -98,7 +98,7 @@ class VariableSizeBokehBlurOperation : public MultiThreadedOperation, public Qua Span inputs) override; }; -/* Currently unused. If ever used, it needs fullframe implementation. */ +/* Currently unused. If ever used, it needs full-frame implementation. */ #ifdef COM_DEFOCUS_SEARCH class InverseSearchRadiusOperation : public NodeOperation { private: -- cgit v1.2.3