Skip to content

Commit

Permalink
chore: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Jan 13, 2025
1 parent 7096faa commit 13b477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/src/metrics/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy_static::lazy_static! {
static ref GLOBAL_METRICS: Arc<Mutex<MemoryMetrics>> = Arc::new(Mutex::new(MemoryMetrics::default()));
}

/// This is to prevent the init function from accidentially being called multiple times.
/// This is to prevent the init function from accidentally being called multiple times.
static IS_INITIALIZED: AtomicBool = AtomicBool::new(false);

/// Interval for updating memory metrics, in milliseconds.
Expand Down

0 comments on commit 13b477c

Please sign in to comment.