From dbd382cd88146894e594226f5bcf9627513f37ca Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Sat, 10 Apr 1999 06:07:24 +0000 Subject: [PATCH] fix misspelling --- xpcom/libxpt/tools/xpt_dump.c | 2 +- xpcom/typelib/xpt/tools/xpt_dump.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpcom/libxpt/tools/xpt_dump.c b/xpcom/libxpt/tools/xpt_dump.c index d7371004df3..5fd99db317f 100644 --- a/xpcom/libxpt/tools/xpt_dump.c +++ b/xpcom/libxpt/tools/xpt_dump.c @@ -419,7 +419,7 @@ XPT_DumpInterfaceDescriptor(XPTCursor *cursor, XPTInterfaceDescriptor *id, fprintf(stdout, "%*sFlags:\n", indent, " "); fprintf(stdout, "%*sScriptable: %s\n", new_indent, " ", - XPT_ID_IS_SCRIPTABLE(id->flags) ? "TRUE" : "FASLE"); + XPT_ID_IS_SCRIPTABLE(id->flags) ? "TRUE" : "FALSE"); if (verbose_mode) { if (id->parent_interface) { diff --git a/xpcom/typelib/xpt/tools/xpt_dump.c b/xpcom/typelib/xpt/tools/xpt_dump.c index d7371004df3..5fd99db317f 100644 --- a/xpcom/typelib/xpt/tools/xpt_dump.c +++ b/xpcom/typelib/xpt/tools/xpt_dump.c @@ -419,7 +419,7 @@ XPT_DumpInterfaceDescriptor(XPTCursor *cursor, XPTInterfaceDescriptor *id, fprintf(stdout, "%*sFlags:\n", indent, " "); fprintf(stdout, "%*sScriptable: %s\n", new_indent, " ", - XPT_ID_IS_SCRIPTABLE(id->flags) ? "TRUE" : "FASLE"); + XPT_ID_IS_SCRIPTABLE(id->flags) ? "TRUE" : "FALSE"); if (verbose_mode) { if (id->parent_interface) {