Fix up new sysfs code.
diff --git a/libbridge/libbridge_devif.c b/libbridge/libbridge_devif.c
index 793a6c8..6e4466e 100644
--- a/libbridge/libbridge_devif.c
+++ b/libbridge/libbridge_devif.c
@@ -36,7 +36,7 @@
 }
 
 #define BRIDGEATTR(_a)	SYSFS_BRIDGE_ATTR "/" _a
-#define BRPORT(_a)	SYSFS_BRIDE_PORT_ATTR "/" _a
+#define BRPORT(_a)	SYSFS_BRIDGE_PORT_ATTR "/" _a
 
 static void fetch_id(struct sysfs_class_device *dev,
 		     const char *name, struct bridge_id *id)