From 9597a0a5dd0833e9228a13fe79fc82a2d4579ef8 Mon Sep 17 00:00:00 2001 From: koenkk Date: Fri, 18 Aug 2023 19:47:43 +0200 Subject: [PATCH] chore: fix typo --- src/adapter/z-stack/adapter/adapter-backup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapter/z-stack/adapter/adapter-backup.ts b/src/adapter/z-stack/adapter/adapter-backup.ts index e8941971c0..baa6618b3a 100644 --- a/src/adapter/z-stack/adapter/adapter-backup.ts +++ b/src/adapter/z-stack/adapter/adapter-backup.ts @@ -197,7 +197,7 @@ export class AdapterBackup { /** * Due to a bug in ZStack, some devices go missing from the backed-up device tables which makes them disappear from the backup. * This causes the devices not to be restored when e.g. re-flashing the adapter. - * If you then try to join a new device via a Zigbee 3.0 router that went missing (those with a linkkey), joning fails as the coordinator + * If you then try to join a new device via a Zigbee 3.0 router that went missing (those with a linkkey), joining fails as the coordinator * does not have the linkKey anymore. * Below we don't remove any devices from the backup which have a linkkey and are still in the database (=ieeeAddressesInDatabase) */