Index: /trunk/ppSub/src/ppSubCamera.c
===================================================================
--- /trunk/ppSub/src/ppSubCamera.c	(revision 19192)
+++ /trunk/ppSub/src/ppSubCamera.c	(revision 19193)
@@ -125,6 +125,6 @@
         return false;
     }
-    if (outKernels->type != PM_FPA_FILE_SUBKERNELS) {
-        psError(PS_ERR_IO, true, "PPSUB.OUTPUT.KERNELS is not of type SUBKERNELS");
+    if (outKernels->type != PM_FPA_FILE_SUBKERNEL) {
+        psError(PS_ERR_IO, true, "PPSUB.OUTPUT.KERNELS is not of type SUBKERNEL");
         return false;
     }
