From c4764ba2f028a2df55e26e5f1e20f0cbdafd76d0 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 23 Mar 2000 00:49:32 +0000 Subject: [PATCH] fix a typo. --- xpcom/base/nsDebug.cpp | 2 +- xpcom/glue/nsDebug.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpcom/base/nsDebug.cpp b/xpcom/base/nsDebug.cpp index 6a379dcb6212..c37cfdf205b7 100644 --- a/xpcom/base/nsDebug.cpp +++ b/xpcom/base/nsDebug.cpp @@ -167,7 +167,7 @@ NS_COM void nsDebug::Assertion(const char* aStr, const char* aExpr, PR_snprintf(msg, sizeof(msg), "%s\n\nClick Abort to exit the Application.\n" "Click Retry to Debug the Application..\n" - "Click Ignore to continue running th Application.", buf); + "Click Ignore to continue running the Application.", buf); int code = ::MessageBox(NULL, msg, "nsDebug::Assertion", MB_ICONSTOP | MB_ABORTRETRYIGNORE); switch(code) diff --git a/xpcom/glue/nsDebug.cpp b/xpcom/glue/nsDebug.cpp index 6a379dcb6212..c37cfdf205b7 100644 --- a/xpcom/glue/nsDebug.cpp +++ b/xpcom/glue/nsDebug.cpp @@ -167,7 +167,7 @@ NS_COM void nsDebug::Assertion(const char* aStr, const char* aExpr, PR_snprintf(msg, sizeof(msg), "%s\n\nClick Abort to exit the Application.\n" "Click Retry to Debug the Application..\n" - "Click Ignore to continue running th Application.", buf); + "Click Ignore to continue running the Application.", buf); int code = ::MessageBox(NULL, msg, "nsDebug::Assertion", MB_ICONSTOP | MB_ABORTRETRYIGNORE); switch(code)