Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 7611)
+++ trunk/ippTools/src/dettool.c	(revision 7613)
@@ -11,5 +11,5 @@
 static bool defineMode(pxConfig *config);
 static bool runsMode(pxConfig *config);
-static bool selectrunsMode(pxConfig *config);
+static bool selectrunMode(pxConfig *config);
 static bool selectMode(pxConfig *config);
 static bool inputMode(pxConfig *config);
@@ -52,5 +52,5 @@
         MODECASE(DETTOOL_MODE_DEFINE, defineMode);
         MODECASE(DETTOOL_MODE_RUNS, runsMode);
-        MODECASE(DETTOOL_MODE_SELECTRUNS, selectrunsMode);
+        MODECASE(DETTOOL_MODE_SELECTRUN, selectrunMode);
         MODECASE(DETTOOL_MODE_SELECT, selectMode);
         MODECASE(DETTOOL_MODE_INPUT, inputMode);
@@ -277,5 +277,5 @@
 }
 
-static bool selectrunsMode(pxConfig *config)
+static bool selectrunMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, 0);
