Skip to content

Commit d5dbe86

Browse files
committed
fix typo
1 parent ab914cf commit d5dbe86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/rust-installer/src/scripter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ actor! {
3232
impl Scripter {
3333
/// Generates the actual installer script
3434
pub fn run(self) -> Result<()> {
35-
// Replace dashes in the success message with spaces (our arg handling botches spaces)
35+
// Replace dashes in the product name with spaces (our arg handling botches spaces)
3636
// FIXME: still needed? Kept for compatibility for now.
3737
let product_name = self.product_name.replace('-', " ");
3838

0 commit comments

Comments
 (0)