Index: /trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java	(revision 5812)
+++ /trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java	(revision 5813)
@@ -409,4 +409,5 @@
                 .addKeyword("type:relation", "type:relation ", tr("all relations"))
                 .addKeyword("closed", "closed ", tr("all closed ways"))
+                .addKeyword("untagged", "untagged ", tr("object without useful tags"))
                 , GBC.eol());
             right.add(new SearchKeywordRow(hcbSearchString)
Index: /trunk/src/org/openstreetmap/josm/tools/TextTagParser.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/TextTagParser.java	(revision 5812)
+++ /trunk/src/org/openstreetmap/josm/tools/TextTagParser.java	(revision 5813)
@@ -227,5 +227,5 @@
      * Check tags for correctness and display warnings if needed
      * @param tags - map key->value to check
-     * @return true if the tags shoul be pasted
+     * @return true if the tags should be pasted
      */
     public static boolean validateTags(Map<String, String> tags) {
