diff --git a/src/app/authorisation.service.ts b/src/app/authorisation.service.ts
index beb7a7e7ca1cc38ed654ca2eb3265eefd8a852b5..f7ddffb437bfa4c1e15e2fec100cfa9a8dcab4a9 100644
--- a/src/app/authorisation.service.ts
+++ b/src/app/authorisation.service.ts
@@ -347,7 +347,7 @@ public getKeys(id?: Identity) {
    console.error(error);
  }
  private signingError(error: any,sshauthzservice: SshAuthzServer) {
-   this.statusMsg.next('You don\'t appear to have an acocunt on '+sshauthzservice.name);
+   this.statusMsg.next('You don\'t appear to have an account on '+sshauthzservice.name);
    console.log(error);
    if (!(sshauthzservice.logout === null)) {
      window.open(sshauthzservice.logout);