diff --git a/ports/glutin/context.rs b/ports/glutin/context.rs index ed56a7afc76..5e62c2b3e92 100644 --- a/ports/glutin/context.rs +++ b/ports/glutin/context.rs @@ -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",