From f4f08d966a8d206661ae3e0f55ca659d9827a3b2 Mon Sep 17 00:00:00 2001
From: Josue Abarca <jmaslibre@debian.org>
Date: Fri, 21 Sep 2012 15:32:30 -0600
Subject: [PATCH] Fix typo: s/ouput/output/g

---
 src/scorelayout.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scorelayout.c b/src/scorelayout.c
index 1c22979..5e3f95c 100644
--- a/src/scorelayout.c
+++ b/src/scorelayout.c
@@ -1683,7 +1683,7 @@ gchar *get_output_uri_from_scoreblock(void) {
 		gchar *suffix = g_strrstr(basename, DENEMO_FILE_SUFFIX);
 		if(suffix) *suffix = 0;
 	} else {
-		basename = g_strdup("ouput");
+		basename = g_strdup("output");
 		dirname = g_get_current_dir();
 	}
 	gchar *uri = g_strdup_printf("file://%s", dirname);
-- 
1.7.10.4

