From 3c2c627a7da5cafe693e2a1af98c26f97950343f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Mar 2020 12:32:13 +0100 Subject: Cleanup: Fix typo --- pugl/detail/mac.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.1