Fix some some duplicate words.

This commit is contained in:
Georg Brandl 2016-05-05 21:11:41 +02:00
parent 3f65afa694
commit 26eb2bef25
11 changed files with 11 additions and 11 deletions

View file

@ -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.