From 73a8a4b9dfd66bea24a39416ec1e387721e8f654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Wed, 30 Jul 2003 12:14:02 +0000 Subject: [PATCH] Fix typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 8044c35d864..85939f3ceb4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -284,7 +284,7 @@ Mac --- - Bundlebuilder now inherits default values in the right way. It was - previously possible for app bundles to et a type of "BNDL" instead + previously possible for app bundles to get a type of "BNDL" instead of "APPL." Other improvements include, a --build-id option to specify the CFBundleIdentifier and using the --python option to set the executable in the bundle.