diff --git a/crates/egui-wgpu/src/lib.rs b/crates/egui-wgpu/src/lib.rs index 8f65e02ccfc..95b44bc01cf 100644 --- a/crates/egui-wgpu/src/lib.rs +++ b/crates/egui-wgpu/src/lib.rs @@ -56,7 +56,7 @@ pub struct RenderState { /// Wgpu adapter used for rendering. pub adapter: Arc, - /// All the avilable adapters. + /// All the available adapters. pub available_adapters: Arc<[wgpu::Adapter]>, /// Wgpu device used for rendering, created from the adapter.