diff --git a/app/gui/oven_control/cookprogram.cpp b/app/gui/oven_control/cookprogram.cpp index 93132cb..b9d3a92 100644 --- a/app/gui/oven_control/cookprogram.cpp +++ b/app/gui/oven_control/cookprogram.cpp @@ -9,7 +9,7 @@ namespace { Define::CookType toCookType(QString type) { - if (type == "poutry") + if (type == "poultry") return Define::Poultry; if (type == "meat") return Define::Meat;