fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / net / bridge / br_sysfs_br.c
index 96bcb2f..de9d1a9 100644 (file)
@@ -376,7 +376,7 @@ int br_sysfs_addbr(struct net_device *dev)
 
        err = sysfs_create_bin_file(brobj, &bridge_forward);
        if (err) {
-               pr_info("%s: can't create attribue file %s/%s\n",
+               pr_info("%s: can't create attribute file %s/%s\n",
                        __FUNCTION__, dev->name, bridge_forward.attr.name);
                goto out2;
        }