From c1340666453695ab23a7aa745eb674f72d13d990 Mon Sep 17 00:00:00 2001 From: Jarkko Peltonen Date: Wed, 27 Dec 2017 12:59:44 +0200 Subject: [PATCH] Corrected param name --- dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs b/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs index d93da3af..de02a23a 100644 --- a/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs +++ b/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs @@ -1038,7 +1038,7 @@ namespace IEC61850 } /// Delete file - /// The name of the file. + /// The name of the file. /// This exception is thrown if there is a connection or service error public void DeleteFile(string fileName) {