Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 9176)
+++ trunk/ippTools/src/dettool.c	(revision 9177)
@@ -3638,5 +3638,5 @@
         "       AND detInputExp.exp_tag = detResidExp.exp_tag"
         "   WHERE"
-        "       detrun.state = 'run'"
+        "       detRun.state = 'run'"
         "       AND detResidExp.det_id IS NULL"
         "       AND detResidExp.iteration IS NULL"
@@ -3944,5 +3944,5 @@
         "       AND detInputExp.exp_tag = detResidExp.exp_tag"
         "   WHERE"
-        "       detrun.state = 'run'"
+        "       detRun.state = 'run'"
         "   GROUP BY"
         "       detRun.position,"
