diff options
author | Thomas Zander <thomas.zander@trolltech.com> | 2009-05-05 09:09:25 (GMT) |
---|---|---|
committer | Thomas Zander <thomas.zander@trolltech.com> | 2009-05-12 13:04:01 (GMT) |
commit | 8c4aee1be1e50bd49207aee61ac41613e07e0605 (patch) | |
tree | 46f8c6798e34616deeb50b5bf7c3f550b2e9cf36 /demos | |
parent | c711885b5694a51f0c22908e57e74c60188bd879 (diff) | |
download | Qt-8c4aee1be1e50bd49207aee61ac41613e07e0605.zip Qt-8c4aee1be1e50bd49207aee61ac41613e07e0605.tar.gz Qt-8c4aee1be1e50bd49207aee61ac41613e07e0605.tar.bz2 |
Fix typo in spreadsheet example
Reviewed-by: Kavindra Palaraja
Diffstat (limited to 'demos')
-rw-r--r-- | demos/spreadsheet/spreadsheet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spreadsheet/spreadsheet.cpp b/demos/spreadsheet/spreadsheet.cpp index 742855e..d740aee 100644 --- a/demos/spreadsheet/spreadsheet.cpp +++ b/demos/spreadsheet/spreadsheet.cpp @@ -481,7 +481,7 @@ void SpreadSheet::setupContents() table->setItem(3, 0, new SpreadSheetItem("Lunch")); table->setItem(4, 0, new SpreadSheetItem("Flight (LA)")); table->setItem(5, 0, new SpreadSheetItem("Taxi")); - table->setItem(6, 0, new SpreadSheetItem("Diinner")); + table->setItem(6, 0, new SpreadSheetItem("Dinner")); table->setItem(7, 0, new SpreadSheetItem("Hotel")); table->setItem(8, 0, new SpreadSheetItem("Flight (Oslo)")); table->setItem(9, 0, new SpreadSheetItem("Total:")); |