From eeb8579793edf78cf8df27dad3129770d1409c1f Mon Sep 17 00:00:00 2001
From: illspirit <accounts@illspirit.net>
Date: Fri, 20 Dec 2013 19:02:31 -0500
Subject: [PATCH] Small typo "check sample configuration"

---
 docs/INSTALL-ubuntu.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md
index e9d78200bd8..5ed639c2097 100644
--- a/docs/INSTALL-ubuntu.md
+++ b/docs/INSTALL-ubuntu.md
@@ -339,7 +339,7 @@ Check the sample configuration files provided in the repo with the ones being us
 
     # Run these commands as the discourse user
     cd /var/www/discourse
-    diff -u config/discourse_defaults.comf config/discourse.conf
+    diff -u config/discourse_defaults.conf config/discourse.conf
 
 #### Example 1