diff options
Diffstat (limited to 'include/pugl')
-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` |