From d0097656de5870c995574e7b3d77e6d5a16f9135 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 7 Aug 2001 12:47:57 +0000 Subject: [PATCH] More spelling fixes. --- lib/libvgl/vgl.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index 6bda1895461..cdd68e07e9f 100644 --- a/lib/libvgl/vgl.3 +++ b/lib/libvgl/vgl.3 @@ -11,7 +11,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software withough specific prior written permission. +.\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -404,7 +404,7 @@ must be Passing a in-memory bitmap to this function results in error. .Pp .Fn VGLBlankDisplay -blank the display if the argment +blank the display if the argument .Va blank != 0. This can be done to shut off the screen during display updates that the user should first see when it's done. @@ -428,7 +428,7 @@ have a flag to indicate signal's delivery. Your signal handlers set this flag but do not terminate the program immediately. The main part of the program checks the flag to see if it is -supporsed to terminate, and call +supposed to terminate, and calls .Fn VGLEnd and .Xr exit 3