Merge branch '15521-keepstore-logging'
[arvados.git] / services / api / app / models / user.rb
index 564274bc99f5e641b3fe1d0df4ba00967d8747af..50ecc6b65df04adbf36b9b00e5f34cf985ad26b5 100644 (file)
@@ -426,7 +426,7 @@ class User < ArvadosModel
         if !primary_user
           primary_user = user.redirects_to
         elsif primary_user.uuid != user.redirects_to.uuid
-          raise "Ambigious email address, directs to both #{primary_user.uuid} and #{user.redirects_to.uuid}"
+          raise "Ambiguous email address, directs to both #{primary_user.uuid} and #{user.redirects_to.uuid}"
         end
       end
     end