artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c270baf
)
typo in debug message
author
ratchov
<ratchov@openbsd.org>
Sun, 10 Aug 2014 10:25:35 +0000
(10:25 +0000)
committer
ratchov
<ratchov@openbsd.org>
Sun, 10 Aug 2014 10:25:35 +0000
(10:25 +0000)
usr.bin/aucat/dev.c
patch
|
blob
|
history
diff --git
a/usr.bin/aucat/dev.c
b/usr.bin/aucat/dev.c
index
9751ae8
..
d87d6d1
100644
(file)
--- a/
usr.bin/aucat/dev.c
+++ b/
usr.bin/aucat/dev.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dev.c,v 1.8
4 2013/11/18 17:37:4
5 ratchov Exp $ */
+/* $OpenBSD: dev.c,v 1.8
5 2014/08/10 10:25:3
5 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, delay
e
d\n");
}
#endif
return 0;