This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / bridge / br_stp.c
index 04ca063..d9d6a95 100644 (file)
@@ -299,7 +299,7 @@ void br_topology_change_detection(struct net_bridge *br)
        int isroot = br_is_root_bridge(br);
 
        pr_info("%s: topology change detected, %s\n", br->dev->name,
-               isroot ? "propagating" : "sending tcn bpdu");
+               isroot ? "propgating" : "sending tcn bpdu");
 
        if (isroot) {
                br->topology_change = 1;