Skip to content

Commit

Permalink
fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 25, 2024
1 parent 60ef24d commit 7676275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ use std::sync::Arc;
use tokio::runtime::Runtime;
use tracing::{debug, error, info, instrument};

/// The static prioriry for background rebuilds.
/// The static priority for background rebuilds.
/// Used when queueing rebuilds, and when rendering them
/// collapsed in the UI.
/// For Normal build priorities we use smaller values.
/// For normal build priorities we use smaller values.
pub(crate) const REBUILD_PRIORITY: i32 = 20;

#[derive(Debug, Clone, Eq, PartialEq, serde::Serialize)]
Expand Down

0 comments on commit 7676275

Please sign in to comment.