about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorDaniPopes <57450786+DaniPopes@users.noreply.github.com>2023-04-10 21:02:49 +0200
committerDaniPopes <57450786+DaniPopes@users.noreply.github.com>2023-04-10 21:02:49 +0200
commitf470c299366c4598fe2477d3e7a846e220abb75e (patch)
tree59d74f467e731c35e5199624ffec26fff902c587 /src/bootstrap
parentb410f3f7aeea95ba5362bb5dddbf5e66183adc40 (diff)
downloadrust-f470c299366c4598fe2477d3e7a846e220abb75e.tar.gz
rust-f470c299366c4598fe2477d3e7a846e220abb75e.zip
Fix remaining typos
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs
index 390047f6fdc..c3e3fa009a6 100644
--- a/src/bootstrap/channel.rs
+++ b/src/bootstrap/channel.rs
@@ -139,7 +139,7 @@ pub fn read_commit_info_file(root: &Path) -> Option<Info> {
                 sha: sha.to_owned(),
                 short_sha: short_sha.to_owned(),
             },
-            _ => panic!("the `git-comit-info` file is malformed"),
+            _ => panic!("the `git-commit-info` file is malformed"),
         };
         Some(info)
     } else {