]> git.proxmox.com Git - cargo.git/commitdiff
Fix typo
authorRan Benita <ran234@gmail.com>
Sun, 5 Feb 2017 18:52:45 +0000 (20:52 +0200)
committerRan Benita <ran234@gmail.com>
Sun, 5 Feb 2017 18:52:45 +0000 (20:52 +0200)
src/doc/environment-variables.md

index 785e6b3a01a6676f97ca416ed353196be01c144e..30aed822a2d34b6cdeac6f292c72af0e97e83f60 100644 (file)
@@ -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.