Fix typo in dump-profile
diff --git a/dump-profile.c b/dump-profile.c
index c86b9bc..4427f0c 100644
--- a/dump-profile.c
+++ b/dump-profile.c
@@ -6,7 +6,7 @@
 	if (profile) {
 		printf(" rendering intent: %d\n", qcms_profile_get_rendering_intent(profile));
 		if (qcms_profile_is_bogus(profile)) {
-			printf(" bougs\n");
+			printf(" bogus\n");
 		}
 		qcms_profile_release(profile);
 	} else {