Index: /trunk/FACT++/scripts/doc/Mail.js
===================================================================
--- /trunk/FACT++/scripts/doc/Mail.js	(revision 15358)
+++ /trunk/FACT++/scripts/doc/Mail.js	(revision 15359)
@@ -27,5 +27,5 @@
  *     mail.attachments.push("logfile.txt");
  *     // or for several attachments
- *     mail.attachments.pus("logfile1.txt", "logfile2.txt");
+ *     mail.attachments.push("logfile1.txt", "logfile2.txt");
  *
  *     // The text of the message is set in the property text...
@@ -48,4 +48,5 @@
      *
      * @type String
+     * @constant
      */
     this.subject = subject;
