Skip to content

Commit b42b3f1

Browse files
committed
fix spelling
1 parent 11a77a5 commit b42b3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/sync/set_once.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ impl<T> SetOnce<T> {
357357

358358
/// Waits until set is called.
359359
///
360-
/// If the state failed to initalize it will return `None`.
360+
/// If the state failed to initialize it will return `None`.
361361
pub async fn get_wait(&self) -> Option<&T> {
362362
let notify_fut = self.notify.notified();
363363
pin!(notify_fut);

0 commit comments

Comments
 (0)