diff --git a/lib/scripts/compatibility.js b/lib/scripts/compatibility.js
index ea52153c54d9a5b9d65bab12cbb992f7aa4289cc..385e4585437c32668628c7b6525ef437ead13180 100644
--- a/lib/scripts/compatibility.js
+++ b/lib/scripts/compatibility.js
@@ -49,7 +49,7 @@ function DEPRECATED_WRAP(func, context) {
  * @link http://prototype.conio.net/
  */
 function $() {
-    DEPRECATED('Please use the JQuery() function instead.');
+    DEPRECATED('Please use the jQuery() function instead.');
 
     var elements = new Array();
 
diff --git a/lib/scripts/page.js b/lib/scripts/page.js
index e4033b76dd136bc3955be818c17fea497813f4a9..55a844f0b82b26b85ba3c64203cbbb74a64cd027 100644
--- a/lib/scripts/page.js
+++ b/lib/scripts/page.js
@@ -43,7 +43,7 @@ dw_page = {
      *
      * @param target - the DOM element at which the popup should be aligned at
      * @param popup_id - the ID of the (new) DOM popup
-     * @return the Popup JQuery object
+     * @return the Popup jQuery object
      */
     insituPopup: function(target, popup_id) {
         // get or create the popup div
diff --git a/lib/scripts/qsearch.js b/lib/scripts/qsearch.js
index c7128b9e34f07dfb1fe6b5241bd835c4a5082483..a309f9e2975eb7e81c1787889f4db9b4df5b024b 100644
--- a/lib/scripts/qsearch.js
+++ b/lib/scripts/qsearch.js
@@ -18,8 +18,8 @@ var dw_qsearch = {
      *
      * Attaches the event handlers
      *
-     * @param input element (JQuery selector/DOM obj)
-     * @param output element (JQuery selector/DOM obj)
+     * @param input element (jQuery selector/DOM obj)
+     * @param output element (jQuery selector/DOM obj)
      */
     init: function (input, output) {
         var do_qsearch;