From: Ran Benita Date: Sun, 5 Feb 2017 18:52:45 +0000 (+0200) Subject: Fix typo X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~171^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a4deb661a2075579e98186bae400b338644d8d5e;p=cargo.git Fix typo --- diff --git a/src/doc/environment-variables.md b/src/doc/environment-variables.md index 785e6b3a0..30aed822a 100644 --- a/src/doc/environment-variables.md +++ b/src/doc/environment-variables.md @@ -45,7 +45,7 @@ let version = env!("CARGO_PKG_VERSION"); * `CARGO_PKG_VERSION_MINOR` - The minor version of your package. * `CARGO_PKG_VERSION_PATCH` - The patch version of your package. * `CARGO_PKG_VERSION_PRE` - The pre-release version of your package. -* `CARGO_PKG_AUTHORS` - Colon seperated list of authors from the manifest of your package. +* `CARGO_PKG_AUTHORS` - Colon separated list of authors from the manifest of your package. * `CARGO_PKG_NAME` - The name of your package. * `CARGO_PKG_DESCRIPTION` - The description of your package. * `CARGO_PKG_HOMEPAGE` - The home page of your package.