From: Steinar H. Gunderson Date: Sat, 21 Jul 2018 14:10:29 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: 1.8.0~76^2~206 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1bb525830e6e0254eba4b8baf8848356d4fdd580;p=nageru Fix a typo. --- diff --git a/flow.cpp b/flow.cpp index 5e6c1a5..5456d45 100644 --- a/flow.cpp +++ b/flow.cpp @@ -1133,7 +1133,7 @@ int main(int argc, char **argv) // Add the differential flow found by the variational refinement to the base flow, // giving the final flow estimate for this level. // The output is in diff_flow_tex; we don't need to make a new texture. - // You can comment out this prat if you wish to test disabling of the variational refinement. + // You can comment out this part if you wish to test disabling of the variational refinement. { ScopedTimer timer("Add differential flow", &varref_timer); add_base_flow.exec(base_flow_tex, du_dv_tex, level_width, level_height);