Index: trunk/core/gui.c
===================================================================
--- trunk/core/gui.c	(revision 1035)
+++ trunk/core/gui.c	(revision 1037)
@@ -173,5 +173,5 @@
 static void gui_menuproc_break_card(int arg);
 #endif
-static void gui_menuproc_swap_patitons(int arg);
+static void gui_menuproc_swap_partitions(int arg);
 static void gui_menuproc_reset_files(int arg);
 #ifdef OPT_CURVES
@@ -443,5 +443,5 @@
     {0x33,LANG_MENU_DEBUG_MAKE_BOOTABLE,     MENUITEM_PROC,    (int*)gui_menuproc_mkbootdisk },
 #if CAM_MULTIPART
-    {0x33,LANG_MENU_DEBUG_SWAP_PART,         MENUITEM_PROC, 	    	(int*)gui_menuproc_swap_patitons },
+    {0x33,LANG_MENU_DEBUG_SWAP_PART,         MENUITEM_PROC, 	    	(int*)gui_menuproc_swap_partitions },
 #endif
     {0x2b,LANG_MENU_MAIN_RESET_OPTIONS,      MENUITEM_PROC,      (int*)gui_menuproc_reset },
@@ -1762,5 +1762,5 @@
 #endif
 
-static void gui_menuproc_swap_patitons(int arg){
+static void gui_menuproc_swap_partitions(int arg){
  if (get_part_count()<2) gui_mbox_init(LANG_ERROR, LANG_ONLY_ONE_PARTITION, MBOX_BTN_OK|MBOX_TEXT_CENTER, NULL);
  else 
