fix typo and and add explanation for a cell address

This commit is contained in:
hgutsche
2017-02-27 11:06:58 -05:00
committed by wmayer
parent 201c9d89b0
commit 7867096e8b

View File

@@ -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.
*
*/