spelling fixes

This commit is contained in:
dbremner 2014-08-05 11:52:52 -07:00
commit 53b17d4c4d
8 changed files with 24 additions and 24 deletions

View file

@ -119,7 +119,7 @@ namespace Greenshot.Destinations {
fullPath = ImageOutput.SaveWithDialog(surface, captureDetails);
outputMade = (fullPath != null);
}
// Don't overwite filename if no output is made
// Don't overwrite filename if no output is made
if (outputMade) {
exportInformation.ExportMade = outputMade;
exportInformation.Filepath = fullPath;