Skip to content

Commit

Permalink
Fix OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Jul 4, 2019
1 parent db4fff1 commit 2b3a8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/glutin/context.rs
Expand Up @@ -113,7 +113,7 @@ impl GlContext {
}

#[cfg(target_os = "macos")]
return unimplemeneted!(); // @TODO(victor): RawContext::Cocoa in servo-media
return unimplemented!(); // @TODO(victor): RawContext::Cocoa in servo-media

#[cfg(not(any(
target_os = "linux",
Expand Down

0 comments on commit 2b3a8bf

Please sign in to comment.