Index: /trunk/psphot/src/psphotImageMedian.c
===================================================================
--- /trunk/psphot/src/psphotImageMedian.c	(revision 10132)
+++ /trunk/psphot/src/psphotImageMedian.c	(revision 10133)
@@ -134,5 +134,5 @@
     file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKGND");
     if (file) {
-	// we are using PSPHOT.BACKMDL as an I/O file: select readout or create
+	// we are using PSPHOT.BACKGND as an I/O file: select readout or create
 	background = pmFPAviewThisReadout (view, file->fpa);
 	if (background == NULL) {
@@ -155,5 +155,5 @@
     file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKSUB");
     if (file) {
-	// we are using PSPHOT.BACKMDL as an I/O file: select readout or create
+	// we are using PSPHOT.BACKSUB as an I/O file: select readout or create
 	backSub = pmFPAviewThisReadout (view, file->fpa);
 	if (backSub == NULL) {
