Commit fb5aca13fc0ae3659ea8e16452df156d74739aa3

Authored by 김태훈
1 parent f5699ddc87
Exists in master and in 2 other branches fhd, fhd-demo

오타 수정

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/gui/oven_control/cookprogram.cpp
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 namespace { 9 namespace {
10 Define::CookType toCookType(QString type) 10 Define::CookType toCookType(QString type)
11 { 11 {
12 - if (type == "poutry") 12 + if (type == "poultry")
13 return Define::Poultry; 13 return Define::Poultry;
14 if (type == "meat") 14 if (type == "meat")
15 return Define::Meat; 15 return Define::Meat;