aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-12-17 12:18:03 -0500
committerDavid Robillard <d@drobilla.net>2021-12-17 12:18:03 -0500
commitf52f01257fd8a081ca00b7a7c054a6e85646ccef (patch)
treee3a7c8c66e274d77c3b2961a5b1742c0948a7735 /include
parent7dd7d5d9dca9fdcedd9bc7c6568be864b5236c97 (diff)
downloadpugl-f52f01257fd8a081ca00b7a7c054a6e85646ccef.tar.gz
pugl-f52f01257fd8a081ca00b7a7c054a6e85646ccef.tar.bz2
pugl-f52f01257fd8a081ca00b7a7c054a6e85646ccef.zip
Fix spelling errors
Diffstat (limited to 'include')
-rw-r--r--include/pugl/pugl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index 4d26604..c4ab92d 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -996,8 +996,8 @@ puglSetMaxSize(PuglView* view, int width, int height);
fixed aspect ratio, set the minimum and maximum values to the same ratio.
Note that setting different minimum and maximum constraints does not
- currenty work on MacOS (the minimum is used), so only setting a fixed aspect
- ratio works properly across all platforms.
+ currently work on MacOS (the minimum is used), so only setting a fixed
+ aspect ratio works properly across all platforms.
If an initial aspect ratio is known, this should be called before
puglRealize() to avoid stutter, though it can be called afterwards as well.
@@ -1480,8 +1480,8 @@ puglInitWindowMinSize(PuglView* view, int width, int height)
fixed aspect ratio, set the minimum and maximum values to the same ratio.
Note that setting different minimum and maximum constraints does not
- currenty work on MacOS (the minimum is used), so only setting a fixed aspect
- ratio works properly across all platforms.
+ currently work on MacOS (the minimum is used), so only setting a fixed
+ aspect ratio works properly across all platforms.
*/
static inline PUGL_DEPRECATED_BY("puglSetAspectRatio")
void