diff --git a/tsg_io/writeTSGDataNetCDF.m b/tsg_io/writeTSGDataNetCDF.m
index 4c49a290f28fe7d3acf2b80bab30f4bb408654b3..d5e7e9ac761b5cc303744f374f6a72b4791dd178 100644
--- a/tsg_io/writeTSGDataNetCDF.m
+++ b/tsg_io/writeTSGDataNetCDF.m
@@ -1,4 +1,4 @@
-function [error] = tsg_writeTSGDataNetCDF( hTsgGUI, filename)
+function [error] = writeTSGDataNetCDF( hTsgGUI, filename)
 % Function to write TSG data in NetCDF file. 
 %
 % Input
@@ -14,6 +14,7 @@ function [error] = tsg_writeTSGDataNetCDF( hTsgGUI, filename)
 % The data are store using setappdata - Variable name : 'tsg_data'
 %
 % Caution : replace the fill-value with NaN
+%
 % $Id$
 
 % Open the file
diff --git a/tsg_io/writeTsgData.m b/tsg_io/writeTsgData.m
index 9948b562a81a2368a8536d0536a56385863e9f6f..ce23879e2fc90328158c7d6600434ad520d37dd9 100644
--- a/tsg_io/writeTsgData.m
+++ b/tsg_io/writeTsgData.m
@@ -1,4 +1,4 @@
-function [error] = tsg_writeTsgData( hTsgGUI, filename)
+function [error] = writeTsgData( hTsgGUI, filename)
 % Function to write the TSG data. Should be a NetCDF file
 %
 % Input
@@ -14,6 +14,7 @@ function [error] = tsg_writeTsgData( hTsgGUI, filename)
 %
 % Function to be rewritten when the NetCDF format will be in use
 % Caution : replace the fill-value with NaN
+%
 %$Id$
 
 % Open the file