diff options
author | David Robillard <d@drobilla.net> | 2020-10-24 13:05:20 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-24 13:05:20 +0200 |
commit | a8291ce021307702a7acdf50779058415a81a49e (patch) | |
tree | 59ce0dda32b78d22bc79822f38e2392680dcb37e /include | |
parent | 66cec5bbf6119ae98e78c21d707761c8cf9ade8b (diff) | |
download | pugl-a8291ce021307702a7acdf50779058415a81a49e.tar.gz pugl-a8291ce021307702a7acdf50779058415a81a49e.tar.bz2 pugl-a8291ce021307702a7acdf50779058415a81a49e.zip |
Fix documentation typo
Diffstat (limited to 'include')
-rw-r--r-- | include/pugl/pugl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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` |