We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3465dde commit 099f9a1Copy full SHA for 099f9a1
grpc-sys/build.rs
@@ -289,7 +289,7 @@ fn bindgen_grpc(file_path: &PathBuf, grpc_include_dir: &PathBuf) {
289
let mut file = fs::File::open(dent.path()).expect("couldn't open headers");
290
let mut buf = String::new();
291
file.read_to_string(&mut buf)
292
- .expect("Coundn't read header content");
+ .expect("Couldn't read header content");
293
if buf.contains("GRPCAPI") || buf.contains("GPRAPI") {
294
headers.push(String::from(dent.path().to_str().unwrap()));
295
}
0 commit comments