From de8e3bb7b6fedc0554cee20834001dd4a739cd88 Mon Sep 17 00:00:00 2001 From: Nick Hanley Date: Wed, 16 Nov 2022 13:28:50 -0500 Subject: fix miscellaneous spelling mistakes --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index 31b044b..8e41699 100644 --- a/view.h +++ b/view.h @@ -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. */ -- cgit v1.2.3