From faa4089aea22ed390326f8d07b129ede04995087 Mon Sep 17 00:00:00 2001 From: Max Schillinger Date: Mon, 18 Mar 2024 10:06:06 +0100 Subject: Fix typos --- vis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index e0f6739..b67d3c5 100644 --- a/vis.h +++ b/vis.h @@ -115,7 +115,7 @@ Vis *vis_new(Ui*, VisEvent*); /** Free all resources associated with this editor instance, terminates UI. */ void vis_free(Vis*); /** - * Enter main loop, start processing user input. + * Enter main loop, start processing user input. * @return The editor exit status code. */ int vis_run(Vis*); @@ -191,7 +191,7 @@ void vis_update(Vis*); */ /** * Create a new window and load the given file. - * @param filename If ``NULL`` a unamed, empty buffer is created. + * @param filename If ``NULL`` an unnamed, empty buffer is created. * @rst * .. note:: If the given file name is already opened in another window, * the underlying File object is shared. -- cgit v1.2.3