From 843916d5850480a3d51f90556d76ea8936827d83 Mon Sep 17 00:00:00 2001 From: Hans Date: Tue, 30 Jan 2024 16:17:06 +0800 Subject: [PATCH] Fix two typos (#7056) --- crates/gpui/src/platform/mac/display_linker.rs | 2 +- crates/plugin_runtime/src/plugin.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/gpui/src/platform/mac/display_linker.rs b/crates/gpui/src/platform/mac/display_linker.rs index e25487ec0bb623cbc6714cf1e06d83343f25f7fd..7d012da950ad51f69936d26aa161b50e5085520f 100644 --- a/crates/gpui/src/platform/mac/display_linker.rs +++ b/crates/gpui/src/platform/mac/display_linker.rs @@ -91,7 +91,7 @@ unsafe extern "C" fn trampoline( } mod sys { - //! Derived from display-link crate under the fololwing license: + //! Derived from display-link crate under the following license: //! //! Apple docs: [CVDisplayLink](https://developer.apple.com/documentation/corevideo/cvdisplaylinkoutputcallback?language=objc) #![allow(dead_code, non_upper_case_globals)] diff --git a/crates/plugin_runtime/src/plugin.rs b/crates/plugin_runtime/src/plugin.rs index a19a49c47a678e8f0fe78877de5e7a177c340c60..78ec85a0f22b94deaa83bd99e64e9755344fb767 100644 --- a/crates/plugin_runtime/src/plugin.rs +++ b/crates/plugin_runtime/src/plugin.rs @@ -412,7 +412,7 @@ impl Plugin { // // phew... // - // now the problem is, webassambly doesn't support buffers. + // now the problem is, webassembly doesn't support buffers. // only really like i32s, that's it (yeah, it's sad. Not even unsigned!) // (ok, I'm exaggerating a bit). //