Fix various typos
Found via codespell v2.0.dev0 ``` codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L bord,hist,fo,reall,bloc,alph,dof,thre,makro,chang,currentry,portugues,vektor,ue ```
This commit is contained in:
@@ -2068,7 +2068,7 @@ void LocallabSharp::showmasksharMethodChanged()
|
||||
LocallabContrast::LocallabContrast():
|
||||
LocallabTool(this, M("TP_LOCALLAB_LC_TOOLNAME"), M("TP_LOCALLAB_LOC_CONTRAST"), true),
|
||||
|
||||
// Local constrast specific widgets
|
||||
// Local contrast specific widgets
|
||||
localcontMethod(Gtk::manage(new MyComboBoxText())),
|
||||
lcradius(Gtk::manage(new Adjuster(M("TP_LOCALCONTRAST_RADIUS"), 10, 100, 1, 80))),
|
||||
lcamount(Gtk::manage(new Adjuster(M("TP_LOCALCONTRAST_AMOUNT"), 0, 1.0, 0.01, 0))),
|
||||
|
Reference in New Issue
Block a user