[Mono-osx] BINDING-HOWTO patch (spelling)
Jesse Jones
jesse9jones at gmail.com
Sun May 29 10:01:56 EDT 2011
From 1670e877f88919f3d1e5963df1b53d644f2ed78f Mon Sep 17 00:00:00 2001
From: Jesse Jones <jesse9jones at gmail.com>
Date: Sun, 29 May 2011 06:44:04 -0700
Subject: Fixed some misspelled words
---
BINDING-HOWTO | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/BINDING-HOWTO b/BINDING-HOWTO
index f1d42e1..5b34468 100644
--- a/BINDING-HOWTO
+++ b/BINDING-HOWTO
@@ -17,7 +17,7 @@ then expand "Other Frameworks", then "AppKit" and then expand
You should see that there is an NSButton.h file. Click on it to look
at it and get a feeling of what the API looks like. Now, to get a
headstart on the binding you will be using the Objective-C parser, so
-pres Command-I on the file, this will bring the info panel. Select
+press Command-I on the file, this will bring the info panel. Select
the Full path to the header file from it, Copy it with Command-C to
get its full path, switch to a console window and run this command:
@@ -50,7 +50,7 @@ Binding New Frameworks
When you are binding a new framework you will need to create a new
framework definition file. This is just a C# file that contains the
-interfaces and delegates that you need, say "Dingus" is your framwork.
+interfaces and delegates that you need, say "Dingus" is your framework.
You need to create a dingus.cs file that contains the contract, edit
the Makefile to include "dingus.cs" into the APIS definition and build
@@ -71,7 +71,7 @@ Conventions
Parameter Names
- In Objective-C sometimes the meaning of a paramter is embodied
+ In Objective-C sometimes the meaning of a parameter is embodied
in the selector name like:
Update:(foo) item backgroundColor:(color) aColor
--
1.7.3.1
More information about the Mono-osx
mailing list