Index: trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90
===================================================================
--- trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90	(revision 3590)
+++ trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90	(revision 3592)
@@ -1107,5 +1107,5 @@
         end do
         ! adding c2h2 if cooling active
-        ! dtlw(ig,l)=dtlw(ig,l)+dtlw_hcn_c2h2(ig,l)
+        dtlw(ig,l)=dtlw(ig,l)+dtlw_hcn_c2h2(ig,l)
 
         !SW
Index: trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90
===================================================================
--- trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90	(revision 3590)
+++ trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90	(revision 3592)
@@ -1297,5 +1297,5 @@
      endif
      if ((callmufi).and.(haze)) then
-       call abort_physic(rname, 'if haze are on, microphysics should be desactivated!', 1)
+       call abort_physic(rname, 'if haze are on, microphysics should be deactivated!', 1)
      endif
      if ((haze).and.(naerkind.gt.1)) then
@@ -1306,5 +1306,5 @@
      endif
      if (.not.(callmufi.or.haze).and.(optichaze)) then
-      call abort_physic(rname, 'if microphysics and haze are off, optichaze must be desactivated!', 1)
+      call abort_physic(rname, 'if microphysics and haze are off, optichaze must be deactivated!', 1)
      endif
      if ((callmufi.and.call_haze_prod_pCH4).and..not.(methane)) then
