Commit b78e1e6a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

MAC -> UTF-8

parent b1efb935
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
* have a significant return value and should take a single argument of type NSNotification, * have a significant return value and should take a single argument of type NSNotification,
* or no arguments. * or no arguments.
* *
* See ÒSelectorsÓ for a description of the SEL type. * See “Selectors” for a description of the SEL type.
* \param aNotificiationName The name of the notification that should be sent to the * \param aNotificiationName The name of the notification that should be sent to the
* distributed notification center. * distributed notification center.
*/ */
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
* have a significant return value and should take a single argument of type id, * have a significant return value and should take a single argument of type id,
* or no arguments. * or no arguments.
* *
* See ÒSelectorsÓ for a description of the SEL type. * See “Selectors” for a description of the SEL type.
* \param arg The argument to pass in the message. Pass nil if the method does not take an * \param arg The argument to pass in the message. Pass nil if the method does not take an
* argument. * argument.
* distributed notification center. * distributed notification center.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment