Re: [patch] typofix

1999-12-21 Thread Marcus Sundberg

[EMAIL PROTECTED] (Christoph Egger) writes:

> I found and fixed a small typo-error in a manual-page. I have attached
> the fix. Anybody here to commit it into CVS?

Thanks, applied.

//Marcus
-- 
---+
Marcus Sundberg| http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |   Phone: +46 707 295404
   Stockholm, Sweden   |   E-Mail: [EMAIL PROTECTED]



[patch] typofix

1999-12-21 Thread Christoph Egger


Hi!

I found and fixed a small typo-error in a manual-page. I have attached
the fix. Anybody here to commit it into CVS?

Cheers,

Christoph Egger
E-Mail: [EMAIL PROTECTED]


--- libggi/doc/man/ggiDrawPixel.3ggi.oldTue Dec 21 22:26:07 1999
+++ libggi/doc/man/ggiDrawPixel.3ggiTue Dec 21 22:26:20 1999
@@ -18,7 +18,7 @@
 int \fIy\fB, 
 ggi_pixel \fIcol\fB);
 .sp
-int ggiGutPixel(ggi_visual_t \fIvis\fB, 
+int ggiGetPixel(ggi_visual_t \fIvis\fB, 
 int \fIx\fB, 
 int \fIy\fB, 
 ggi_pixel *\fIcol\fB);