From aa47547774c154dc789fa6c80b2a1102d3abc769 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leandro=20L=C3=B3pez=20=28inkel=29?=
Date: Wed, 15 May 2013 13:56:02 -0300
Subject: [PATCH] Fix typo
---
public/environment-variables | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/environment-variables b/public/environment-variables
index 42c364f..5b86db8 100644
--- a/public/environment-variables
+++ b/public/environment-variables
@@ -146,7 +146,7 @@ particular machine.
- If we set BAR in the environemnt first, the running
+ If we set BAR in the environment first, the running
program picks that value up.
|