summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/handlers/css/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/css/dump.c b/content/handlers/css/dump.c
index 6ffc11e0b..ea411bfd2 100644
--- a/content/handlers/css/dump.c
+++ b/content/handlers/css/dump.c
@@ -868,7 +868,7 @@ void nscss_dump_computed_style(FILE *stream, const css_computed_style *style)
fprintf(stream, "display: flex ");
break;
case CSS_DISPLAY_INLINE_FLEX:
- fprintf(stream, "display: inline-flax ");
+ fprintf(stream, "display: inline-flex ");
break;
default:
break;