Typo in r6555 spotted by Daniel Meidlinger.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 14 Feb 2006 13:14:08 +0000 (13:14 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 14 Feb 2006 13:14:08 +0000 (13:14 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@6558 cda61777-01e9-0310-a592-d414129be87e

macosx/osxwin.m

index 0eacef1..a4fac71 100644 (file)
@@ -1176,7 +1176,7 @@ void get_clip(void *frontend, wchar_t ** p, int *len)
     /* FIXME */
 }
 
-void write_clip(void *frontend, wchar_t *data, int *arttr, int len, int must_deselect)
+void write_clip(void *frontend, wchar_t *data, int *attr, int len, int must_deselect)
 {
     //SessionWindow *win = (SessionWindow *)frontend;
     /* FIXME */