Index: plugins/arguments/term.inc
===================================================================
--- plugins/arguments/term.inc	(revision 838)
+++ plugins/arguments/term.inc	(working copy)
@@ -48,7 +48,7 @@
          $arg = str_replace('-', ' ', $arg);
       }
       $terms = taxonomy_get_term_by_name($arg);
-      if (count($terms) != 1) {
+      if (count($terms) > 1) {
         foreach ($terms as $potential) {
           foreach ($conf['vids'] as $vid => $active) {
             if ($active == 1 && $potential->vid == $vid) {
