From 2d32a15667c6d04db96938d1e3e56db34c0a9415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristof=20S=C3=B6derstr=C3=B6m?= Date: Thu, 16 Jul 2015 20:43:36 -0700 Subject: [PATCH] Fixed typo --- src/libstd/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/env.rs b/src/libstd/env.rs index b65e065fe9148..6842de56d215d 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -11,7 +11,7 @@ //! Inspection and manipulation of the process's environment. //! //! This module contains methods to inspect various aspects such as -//! environment varibles, process arguments, the current directory, and various +//! environment variables, process arguments, the current directory, and various //! other important directories. #![stable(feature = "env", since = "1.0.0")]