Skip to content

Commit

Permalink
fix typo and and add explanation for a cell address
Browse files Browse the repository at this point in the history
  • Loading branch information
hgutsche authored and wwmayer committed Feb 28, 2017
1 parent de8f66f commit 63ccfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Spreadsheet/App/Cell.cpp
Expand Up @@ -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.
*
*/
Expand Down

0 comments on commit 63ccfdd

Please sign in to comment.