diff --git a/src/Greenshot.Addon.OcrCommand/COMWrapper.cs b/src/Greenshot.Addon.OcrCommand/COMWrapper.cs index e94c6fdff..67f9c14db 100644 --- a/src/Greenshot.Addon.OcrCommand/COMWrapper.cs +++ b/src/Greenshot.Addon.OcrCommand/COMWrapper.cs @@ -515,7 +515,7 @@ namespace Greenshot.Addon.OcrCommand #region Clean up /// - /// If is not called, we need to make + /// If dispose() is not called, we need to make /// sure that the COM object is still cleaned up. /// ~COMWrapper() diff --git a/src/Greenshot/Greenshot.csproj b/src/Greenshot/Greenshot.csproj index 6e596f5f7..227da9f3c 100644 --- a/src/Greenshot/Greenshot.csproj +++ b/src/Greenshot/Greenshot.csproj @@ -117,13 +117,13 @@ + - \ No newline at end of file diff --git a/src/NuGet.Config b/src/NuGet.Config index ecbde646b..1246f1e65 100644 --- a/src/NuGet.Config +++ b/src/NuGet.Config @@ -6,12 +6,5 @@ - - - - - - - \ No newline at end of file