From dfc1e778a5913a3d7fec095b48aa4bb7eba563f9 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Fri, 24 Oct 2014 09:59:23 +0100
Subject: [PATCH] fixed typos

---
 NEED/analyse-NEED-EULF-2014-descriptives.do | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEED/analyse-NEED-EULF-2014-descriptives.do b/NEED/analyse-NEED-EULF-2014-descriptives.do
index a000d89..b33f25b 100644
--- a/NEED/analyse-NEED-EULF-2014-descriptives.do
+++ b/NEED/analyse-NEED-EULF-2014-descriptives.do
@@ -77,7 +77,7 @@ if `do_2012_desc' {
 
 if `do_long_desc' {
 	* Now use the pre-processed long form file which contains all years of consumption data but not the constant values (housing charactersitics etc) which are in the xwave file
-	* do this for each random sample of differening sizes as a check
+	* do this for each random sample of differing sizes as a check
 	* local samples "10 20 30 40 50 100"
 	local samples "10"
 	foreach s of local samples {
-- 
GitLab