diff --git a/PdfScribe/Program.cs b/PdfScribe/Program.cs
index 68ce8e5..74c9a05 100644
--- a/PdfScribe/Program.cs
+++ b/PdfScribe/Program.cs
@@ -143,10 +143,10 @@ namespace PdfScribe
}
///
- /// Pops up a topmost, OK-only message box for the error message
+ /// Displays up a topmost, OK-only message box for the error message
///
- /// The message box's caption
- ///
+ /// The box's caption
+ /// The box's message
static void DisplayErrorMessage(String boxCaption,
String boxMessage)
{