--- content_profile.theme.inc (saved version)
+++ (current document)
@@ -75,7 +75,7 @@
  * Gets the edit path for a content_profile
  */
 function content_profile_get_edit_path($node) {
-  $handler = variable_get('content_profile_path_handler', 'content_profile_default_path_hanlder');
+  $handler = variable_get('content_profile_path_handler', 'content_profile_default_path_handler');
   return $handler('edit', $node);
 }
 
@@ -83,7 +83,7 @@
  * Gets the add path for a content_profile of the active user
  */
 function content_profile_get_add_path($type) {
-  $handler = variable_get('content_profile_path_handler', 'content_profile_default_path_hanlder');
+  $handler = variable_get('content_profile_path_handler', 'content_profile_default_path_handler');
   return $handler('add', $type);
 }
 
