diff -urp google_analytics/googleanalytics.admin.inc google_analytics_patched/googleanalytics.admin.inc
--- google_analytics/googleanalytics.admin.inc	Sat Sep 22 00:30:58 2007
+++ google_analytics_patched/googleanalytics.admin.inc	Fri Apr 18 11:56:16 2008
@@ -93,7 +93,7 @@ function googleanalytics_admin_settings(
     '#type' => 'textfield',
     '#title' => t('File Extensions To Track'),
     '#default_value' => variable_get('googleanalytics_trackfiles', GA_TRACKFILES),
-    '#description' => t('A pipe seperated list of file extensions that should be tracked when clicked. Example !extensions', array('!extensions' => GA_TRACKFILES))
+    '#description' => t('A pipe separated list of file extensions that should be tracked when clicked. Example: !extensions', array('!extensions' => GA_TRACKFILES))
   );
 
   $form['advanced'] = array(
Only in google_analytics_patched/: googleanalytics.admin.inc~
diff -urp google_analytics/translations/de.po google_analytics_patched/translations/de.po
--- google_analytics/translations/de.po	Sat Sep 22 01:00:35 2007
+++ google_analytics_patched/translations/de.po	Fri Apr 18 11:57:11 2008
@@ -80,7 +80,7 @@ msgid "File Extensions To Track"
 msgstr "Protokollieren der Dateierweiterungen"
 
 #: googleanalytics.admin.inc:96
-msgid "A pipe seperated list of file extensions that should be tracked when clicked. Example !extensions"
+msgid "A pipe separated list of file extensions that should be tracked when clicked. Example: !extensions"
 msgstr "Eine durch Pipes getrennte Liste von Dateiendungen, welche beim Anklicken protokolliert werden sollen. Beispiel: !extensions"
 
 #: googleanalytics.admin.inc:101
diff -urp google_analytics/translations/googleanalytics.pot google_analytics_patched/translations/googleanalytics.pot
--- google_analytics/translations/googleanalytics.pot	Sat Sep 22 00:30:58 2007
+++ google_analytics_patched/translations/googleanalytics.pot	Fri Apr 18 11:56:41 2008
@@ -81,7 +81,7 @@ msgid "File Extensions To Track"
 msgstr ""
 
 #: googleanalytics.admin.inc:96
-msgid "A pipe seperated list of file extensions that should be tracked when clicked. Example !extensions"
+msgid "A pipe separated list of file extensions that should be tracked when clicked. Example: !extensions"
 msgstr ""
 
 #: googleanalytics.admin.inc:101
