summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
committeruqs <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
commit415a3a9b966c1522657d435a1785904f41accc78 (patch)
tree8895a44928d5c242eb33f5909e96b16aa8b19f50 /usr.sbin/vidcontrol
parentc12910138c122eb89614cb32832cc1e81e4c23a7 (diff)
downloadFreeBSD-src-415a3a9b966c1522657d435a1785904f41accc78.zip
FreeBSD-src-415a3a9b966c1522657d435a1785904f41accc78.tar.gz
Spelling fixes for usr.sbin/
Diffstat (limited to 'usr.sbin/vidcontrol')
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c
index 50df519..b2e41bf 100644
--- a/usr.sbin/vidcontrol/vidcontrol.c
+++ b/usr.sbin/vidcontrol/vidcontrol.c
@@ -497,15 +497,15 @@ set_screensaver_timeout(char *arg)
*/
static void
-set_cursor_type(char *appearence)
+set_cursor_type(char *appearance)
{
int type;
- if (!strcmp(appearence, "normal"))
+ if (!strcmp(appearance, "normal"))
type = 0;
- else if (!strcmp(appearence, "blink"))
+ else if (!strcmp(appearance, "blink"))
type = 1;
- else if (!strcmp(appearence, "destructive"))
+ else if (!strcmp(appearance, "destructive"))
type = 3;
else {
revert();
OpenPOWER on IntegriCloud