File tree 1 file changed +3
-3
lines changed
src/cargo/ops/cargo_rustc 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ pub fn is_bad_artifact_name(name: &str) -> bool {
78
78
}
79
79
80
80
impl Layout {
81
- /// Calcuate the paths for build output, lock the build directory, and return as a Layout.
81
+ /// Calculate the paths for build output, lock the build directory, and return as a Layout.
82
82
///
83
83
/// This function will block if the directory is already locked.
84
84
///
85
- /// Differs from `at` in that it calculates the root path from the workspace target directory,
85
+ /// Differs from `at` in that this calculates the root path from the workspace target directory,
86
86
/// adding the target triple and the profile (debug, release, ...).
87
87
pub fn new ( ws : & Workspace ,
88
88
triple : Option < & str > ,
@@ -98,7 +98,7 @@ impl Layout {
98
98
Layout :: at ( ws. config ( ) , path)
99
99
}
100
100
101
- /// Calcuate the paths for build output, lock the build directory, and return as a Layout.
101
+ /// Calculate the paths for build output, lock the build directory, and return as a Layout.
102
102
///
103
103
/// This function will block if the directory is already locked.
104
104
pub fn at ( config : & Config , root : Filesystem ) -> CargoResult < Layout > {
You can’t perform that action at this time.
0 commit comments