From 63ccfdde82711dd4a845419872355e71e96d2f23 Mon Sep 17 00:00:00 2001 From: hgutsche Date: Mon, 27 Feb 2017 11:06:58 -0500 Subject: [PATCH] fix typo and and add explanation for a cell address --- src/Mod/Spreadsheet/App/Cell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Spreadsheet/App/Cell.cpp b/src/Mod/Spreadsheet/App/Cell.cpp index 14989485431a..d10947c6f14e 100644 --- a/src/Mod/Spreadsheet/App/Cell.cpp +++ b/src/Mod/Spreadsheet/App/Cell.cpp @@ -72,7 +72,7 @@ const int Cell::ALIGNMENT_VERTICAL = 0xf0; /** * Construct a CellContent object. - * @param _address The adress of the caell + * @param _address The adress of the cell (i.e. row and column) * @param _owner The spreadsheet that owns this cell. * */