src/EditProductTab7.cpp

changeset 219
fa7cad488e27
parent 202
49ec4fdee5a6
child 257
cfba041bdaee
--- a/src/EditProductTab7.cpp	Wed May 18 08:59:54 2022 +0200
+++ b/src/EditProductTab7.cpp	Wed May 18 17:03:05 2022 +0200
@@ -509,7 +509,7 @@
     qDebug() << "stepbrix_changed" << product->mashs_row << val << "SG" << Utils::brix_to_sg(val);
 
     if ((product->mashs.at(product->mashs_row).step_sg == 0) && (product->mashs_row > 0)) {
-	/* If not thhe first step, and SG was not set, pickip previous step. */
+	/* If not the first step, and SG was not set, pickup previous step. */
 	val = Utils::sg_to_brix(product->mashs.at(product->mashs_row - 1).step_sg);
 	const QSignalBlocker blocker2(brixEdit);
 	brixEdit->setValue(val);

mercurial