summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2016-01-10 14:02:36 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2016-01-10 14:02:36 (GMT)
commit525a44578154b1daf5989ec0bc69b836dfb6c544 (patch)
tree01e5d04969a82f12392a545d9eb1ac810e11a774 /macosx/README
parent5c07b52d87e71f33233caf9642af241ac5b37ecb (diff)
parentdd1f3bef0aa9ee1de099fc7ace7c0a2be4445573 (diff)
downloadtk-525a44578154b1daf5989ec0bc69b836dfb6c544.zip
tk-525a44578154b1daf5989ec0bc69b836dfb6c544.tar.gz
tk-525a44578154b1daf5989ec0bc69b836dfb6c544.tar.bz2
Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]
FossilOrigin-Name: dd92246a653dbbd958b14b0ac1210b2282646172
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README
index 202dbbd..b27f9ff 100644
--- a/macosx/README
+++ b/macosx/README
@@ -401,7 +401,7 @@ The main program in a typical OSX application looks like this (see *)
}
The run method implements the event loop for the application. There
-are three key steps in the run method. First it calls
+are three key steps in the run method. First it calls
[NSApp finishLaunching], which creates the bouncing application icon
and does other mysterious things. Second it creates an
NSAutoreleasePool. Third, it starts an event loop which drains the