Skip to content

Commit 1040516

Browse files
committed
Correct casing.
1 parent 517789d commit 1040516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void Notice::write(const Options &options,const VersionInfo &versionInfo)
2626
if (!notice)
2727
throwException(L"Unable to open NOTICE.txt");
2828

29-
notice << "[ Imagemagick " << versionInfo.version() << versionInfo.libAddendum() << " (" << versionInfo.releaseDate() << ") ]" << endl << endl;
29+
notice << "[ ImageMagick " << versionInfo.version() << versionInfo.libAddendum() << " (" << versionInfo.releaseDate() << ") ]" << endl << endl;
3030
notice << readLicense(options.rootDirectory + L"ImageMagick\\LICENSE") << endl << endl;
3131

3232
wstring licensesDirectory=options.rootDirectory + L"Artifacts\\license\\";

0 commit comments

Comments
 (0)