зеркало из https://github.com/mozilla/pjs.git
fix misspelling
This commit is contained in:
Родитель
31fdf381a9
Коммит
dbd382cd88
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче