From a8291ce021307702a7acdf50779058415a81a49e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Oct 2020 13:05:20 +0200 Subject: Fix documentation typo --- include/pugl/pugl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index db0ffc5..1ec5491 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -1225,7 +1225,7 @@ puglRequestAttention(PuglView* view); If the given timer already exists, it is replaced. - @param view The view to begin seding #PUGL_TIMER events to. + @param view The view to begin sending #PUGL_TIMER events to. @param id The identifier for this timer. This is an application-specific ID that should be a low number, typically the value of a constant or `enum` -- cgit v1.2.1