diff options
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Filerange view_viewport_get(View*); * Get window coordinate of text position. * @param pos The position to query. * @param line Will be updated with screen line on which ``pos`` resides. - * @param row Will be updaded with zero based window row on which ``pos`` resides. + * @param row Will be updated with zero based window row on which ``pos`` resides. * @param col Will be updated with zero based window column on which ``pos`` resides. * @return Whether ``pos`` is visible. If not, the pointer arguments are left unmodified. */ |
