Skip to content

Commit 099f9a1

Browse files
committed
grpc-sys: fix typo in build script error messsage.
1 parent 3465dde commit 099f9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ fn bindgen_grpc(file_path: &PathBuf, grpc_include_dir: &PathBuf) {
289289
let mut file = fs::File::open(dent.path()).expect("couldn't open headers");
290290
let mut buf = String::new();
291291
file.read_to_string(&mut buf)
292-
.expect("Coundn't read header content");
292+
.expect("Couldn't read header content");
293293
if buf.contains("GRPCAPI") || buf.contains("GPRAPI") {
294294
headers.push(String::from(dent.path().to_str().unwrap()));
295295
}

0 commit comments

Comments
 (0)