diff --git a/ChangeLog b/ChangeLog index c05c39978b7af5ef4e438329905a5ebb2379ae5e..257954988da11ff59250f47698ac67bd88774061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 14 16:30:27 CET 2008 Daniel Veillard + + * src/bridge.c: fix a typo in a comment + Fri Mar 14 16:19:21 CET 2008 Daniel Veillard * qemud/qemud.c src/virsh.c: fixing some user facing strings diff --git a/src/bridge.c b/src/bridge.c index 054dfd369829a1fdea9b40f6c57dedc613a37111..8ea99af004dfe78d2089b142904c94d122dc842b 100644 --- a/src/bridge.c +++ b/src/bridge.c @@ -303,7 +303,7 @@ brDeleteInterface(brControl *ctl ATTRIBUTE_UNUSED, * @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.