diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2014-08-10 10:25:36 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2014-08-10 10:25:36 +0000 |
commit | d392149a31fac763bdb65f42feca88ac37301af9 (patch) | |
tree | c7b2312296c0a1c6ed6e5f68329534540987a756 | |
parent | 15c8e4efe250986da6a3a0e936b6395e85705855 (diff) |
typo in debug message
-rw-r--r-- | usr.bin/aucat/dev.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <alex@caoua.org> * @@ -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; |