diff --git a/exec/load/birthdate.js b/exec/load/birthdate.js
index 2202d429690bdd129bd30d1a1bb4f5cd45336982..d3042a92fdf65658879fa0e3c29f9683385cf56b 100644
--- a/exec/load/birthdate.js
+++ b/exec/load/birthdate.js
@@ -1,6 +1,7 @@
+// $Id$
 /*
- * When this code is load()ed, User objects get an extra borthDate propert
- * which is a JavaScript Date object representing the birthdate.
+ * When this code is load()ed, User objects get an extra 'birthDate' property
+ * which is a JavaScript Date object representing the user's birthdate.
  */
 
 User.prototype.__defineGetter__("birthDate", function() {