From 69208c71ac511590ecd0755e925bae1012ce175e Mon Sep 17 00:00:00 2001 From: luz paz Date: Jul 08 2021 11:32:40 +0000 Subject: Follow-up fixes for previous commit --- diff --git a/toonz/sources/include/tsound_t.h b/toonz/sources/include/tsound_t.h index 3188079..42b99bd 100644 --- a/toonz/sources/include/tsound_t.h +++ b/toonz/sources/include/tsound_t.h @@ -85,7 +85,7 @@ public: //---------------------------------------------------------------------------- /*! -Returns a soundtrack whom is a clone of the object for the spicified channel. +Returns a soundtrack whom is a clone of the object for the specified channel. A clone means that it's an object who lives independently from the other from which it's created. It has no reference to the object. */ diff --git a/toonz/sources/stdfx/igs_line_blur.cpp b/toonz/sources/stdfx/igs_line_blur.cpp index 616c35b..95db3eb 100644 --- a/toonz/sources/stdfx/igs_line_blur.cpp +++ b/toonz/sources/stdfx/igs_line_blur.cpp @@ -3049,7 +3049,7 @@ void pixel_line_root::exec09_same_way_expand( } } - /* 各端点(one,ananother)ごと + /* 各端点(one,another)ごと 伸ばした線分を、一時保管した角度に曲げる */ i32_count_one = 0; i32_count_another = 0;