From: ratchov Date: Sun, 10 Aug 2014 10:25:35 +0000 (+0000) Subject: typo in debug message X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c65dee599e1e04ab2a925207b63423ace136b6a;p=openbsd typo in debug message --- diff --git a/usr.bin/aucat/dev.c b/usr.bin/aucat/dev.c index 9751ae865a0..d87d6d18dcf 100644 --- a/usr.bin/aucat/dev.c +++ b/usr.bin/aucat/dev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.c,v 1.84 2013/11/18 17:37:45 ratchov Exp $ */ +/* $OpenBSD: dev.c,v 1.85 2014/08/10 10:25:35 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -1524,7 +1524,7 @@ dev_try(struct dev *d, int slot) #ifdef DEBUG if (debug_level >= 3) { dev_slotdbg(d, slot); - dbg_puts(": server not started, delayd\n"); + dbg_puts(": server not started, delayed\n"); } #endif return 0;