From 2b3a8bf4909a5705e62ff2872253e89f2975f666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Fri, 21 Jun 2019 18:00:45 +0200 Subject: [PATCH] Fix OSX build --- ports/glutin/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/glutin/context.rs b/ports/glutin/context.rs index ed56a7afc76a..5e62c2b3e929 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",