aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/mac.m
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/mac.m')
-rw-r--r--pugl/detail/mac.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m
index e98f3e3..5f2f31e 100644
--- a/pugl/detail/mac.m
+++ b/pugl/detail/mac.m
@@ -755,7 +755,7 @@ puglCreateWindow(PuglView* view, const char* title)
return st;
}
- // Add draw view to wraper view
+ // Add draw view to wrapper view
[impl->wrapperView addSubview:impl->drawView];
[impl->wrapperView setHidden:NO];
[impl->drawView setHidden:NO];