Auto merge of #12638 - buffet:fix-typo, r=flodiebold

Fix typo in build.rs
This commit is contained in:
bors 2022-06-26 10:43:30 +00:00
commit b74e96f509

View file

@ -1,4 +1,4 @@
//! Construct version in the `commit-hash date chanel` format //! Construct version in the `commit-hash date channel` format
use std::{env, path::PathBuf, process::Command}; use std::{env, path::PathBuf, process::Command};