Skip to content

Commit c305d58

Browse files
ahartmetzsylvestre
authored andcommitted
Fix grammar of error message
1 parent a6da418 commit c305d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/sccache-dist/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub const INSECURE_DIST_SERVER_TOKEN: &str = "dangerously_insecure_server";
4040
target_os = "freebsd"
4141
)))]
4242
fn main() {
43-
compile_error!("Distributed compilation is only support on Linux/x86_64 and FreeBSD!");
43+
compile_error!("Distributed compilation is only supported on Linux/x86_64 and FreeBSD!");
4444
}
4545

4646
// Only supported on x86_64 Linux machines and on FreeBSD

0 commit comments

Comments
 (0)