From 91680f2e337b827595a7051eba485869d7a7c2db Mon Sep 17 00:00:00 2001 From: Ocenka Date: Tue, 11 Feb 2025 08:48:24 +0000 Subject: [PATCH] Fix spelling errors (#314) * fix spelling lib.rs * fix spelling error environment.rs --- common/lighthouse_metrics/src/lib.rs | 2 +- node/src/client/environment.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lighthouse_metrics/src/lib.rs b/common/lighthouse_metrics/src/lib.rs index 98973de..1eca6a5 100644 --- a/common/lighthouse_metrics/src/lib.rs +++ b/common/lighthouse_metrics/src/lib.rs @@ -7,7 +7,7 @@ //! block processing time). //! - `IncCounter`: used to represent an ideally ever-growing, never-shrinking integer (e.g., //! number of block processing requests). -//! - `IntGauge`: used to represent an varying integer (e.g., number of attestations per block). +//! - `IntGauge`: used to represent a varying integer (e.g., number of attestations per block). //! //! ## Important //! diff --git a/node/src/client/environment.rs b/node/src/client/environment.rs index 5f7eec5..565261e 100644 --- a/node/src/client/environment.rs +++ b/node/src/client/environment.rs @@ -1,4 +1,4 @@ -//! This crate aims to provide a common set of tools that can be used to create a "environment" to +//! This crate aims to provide a common set of tools that can be used to create an "environment" to //! run Zgs services. This allows for the unification of creating tokio runtimes, etc. //! //! The idea is that the main thread creates an `Environment`, which is then used to spawn a