From 19c82acb6027fd3b663cb89703db5be5c167a288 Mon Sep 17 00:00:00 2001 From: hgutsche Date: Mon, 27 Feb 2017 11:10:10 -0500 Subject: [PATCH] Address is actually spelled with two "d" --- 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 d10947c6f1..e99cb0086f 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 cell (i.e. row and column) + * @param _address The address of the cell (i.e. row and column) * @param _owner The spreadsheet that owns this cell. * */