Skip to content

Commit

Permalink
Fix typo (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored Sep 27, 2024
1 parent 875917f commit 6886645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ fn set_cloud_mirror(vers: Option<Vec<String>>) -> Result<(), Box<dyn Error>> {
fn set_ppm(vers: Option<Vec<String>>, platform: &OsVersion) -> Result<(), Box<dyn Error>> {
if !platform.ppm {
info!(
"P3M (or rig) does not support this distro: {} {} or arctitecture: {}",
"P3M (or rig) does not support this distro: {} {} or architecture: {}",
platform.distro, platform.version, platform.arch
);
return Ok(());
Expand Down

0 comments on commit 6886645

Please sign in to comment.