From 26eb2bef2591ddb4cdf45d256cdcfa7c7353b0fc Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 5 May 2016 21:11:41 +0200 Subject: Fix some some duplicate words. --- src/libstd/sys/unix/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sys') diff --git a/src/libstd/sys/unix/process.rs b/src/libstd/sys/unix/process.rs index 270c2096b2c..0500480add2 100644 --- a/src/libstd/sys/unix/process.rs +++ b/src/libstd/sys/unix/process.rs @@ -147,7 +147,7 @@ impl Command { let new_key = pair_to_key(key, val, &mut self.saw_nul); let (map, envp) = self.init_env_map(); - // If `key` is already present then we we just update `envp` in place + // If `key` is already present then we just update `envp` in place // (and store the owned value), but if it's not there we override the // trailing NULL pointer, add a new NULL pointer, and store where we // were located. -- cgit 1.4.1-3-g733a5