commit: | 639f48c7318a73ad0d9ccd1ab0e6b074ac441986 |
author: | Logan Darklock |
committer: | Logan Darklock |
date: | Wed Aug 26 21:01:16 2020 -0700 |
parents: | 6c9875e8a258c20421111cb85afcb0acbf50bbde |
diff --git a/src/osx.rs b/src/osx.rs line changes: +1/-1 index aad7329..d6cefd0 --- a/src/osx.rs +++ b/src/osx.rs
@@ -360,7 +360,7 @@ impl Trampoline { /// /// Applications that wish to indicate that they *do* support Retina /// displays have to specify two properties in their Info.plist: - /// - Set `NSPrincipleClass` to something. (`"NSApplication"` is a useful + /// - Set `NSPrincipalClass` to something. (`"NSApplication"` is a useful /// default, but it's unknown what the significance of this property is. /// fruitbasket uses `"NSApplication"`.) /// - Set `NSHighResolutionCapable` to `True`.