Skip to content

Commit a214aef

Browse files
froydnjchmanchester
authored andcommitted
fix typos in jobserver.rs
1 parent 03a60db commit a214aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jobserver.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ impl Client {
6161

6262
/// Returns a future that represents an acquired jobserver token.
6363
///
64-
/// This should be invoked before any "work" is spawend (for whatever the
65-
/// defnition of "work" is) to ensure that the system is properly
64+
/// This should be invoked before any "work" is spawned (for whatever the
65+
/// definition of "work" is) to ensure that the system is properly
6666
/// rate-limiting itself.
6767
pub fn acquire(&self) -> SFuture<Acquired> {
6868
let (helper, tx) = match (self.helper.as_ref(), self.tx.as_ref()) {

0 commit comments

Comments
 (0)