* src/bridge.c: fix a typo in a comment
Daniel
+Fri Mar 14 16:30:27 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+ * src/bridge.c: fix a typo in a comment
+
Fri Mar 14 16:19:21 CET 2008 Daniel Veillard <veillard@redhat.com>
* qemud/qemud.c src/virsh.c: fixing some user facing strings
* @maxlen: size of @ifname array
* @tapfd: file descriptor return value for the new tap device
*
- * This function reates a new tap device on a bridge. @ifname can be either
+ * This function creates a new tap device on a bridge. @ifname can be either
* a fixed name or a name template with '%d' for dynamic name allocation.
* in either case the final name for the bridge will be stored in @ifname
* and the associated file descriptor in @tapfd.