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 9 namespace {
10 10 Define::CookType toCookType(QString type)
11 11 {
12   - if (type == "poutry")
  12 + if (type == "poultry")
13 13 return Define::Poultry;
14 14 if (type == "meat")
15 15 return Define::Meat;
... ...