From 1690a150d9f35caa029fd0835c6e6103a979242a Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Fri, 21 Aug 2009 20:18:38 +0000
Subject: [PATCH] typo

---
 customindex/views/default/customindex/content.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 2814bd9c..440d2768 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -165,7 +165,7 @@
 		                    	echo "'',";
 	                    	echo "'" . $user->name . "',";
 	                    	if($user->profile_attended_from)
-		                    	echo "'Attended UNL: " . $user->profile_attended_from . "-" . $user->profile_attened_to . "'";
+		                    	echo "'Attended UNL: " . $user->profile_attended_from . "-" . $user->profile_attended_to . "'";
 		                    else
 		                    	echo "''";
 	                    	echo ",'$user->map_explanation');return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>";                         
-- 
GitLab