Skip to content

Commit fa1709c

Browse files
committed
fix typos in comments
1 parent 9e424ab commit fa1709c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build_queue.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ use std::sync::Arc;
1515
use tokio::runtime::Runtime;
1616
use tracing::{debug, error, info, instrument};
1717

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

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

0 commit comments

Comments
 (0)