Update src/bootstrap/util.rs

Co-Authored-By: Jake Goulding <shepmaster@mac.com>
This commit is contained in:
Pietro Albini 2019-05-13 15:19:29 +02:00 committed by GitHub
parent 807b7dd786
commit 4965ffdb7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,7 +326,7 @@ pub enum CiEnv {
Travis,
/// The AppVeyor environment, for Windows builds.
AppVeyor,
/// The Azure Pipelines environment, for Linux (including Docker), Window, and macOS builds.
/// The Azure Pipelines environment, for Linux (including Docker), Windows, and macOS builds.
AzurePipelines,
}