-fix typos

This commit is contained in:
Florian Dold 2022-09-23 22:30:50 +02:00
parent d2821fe4e0
commit 13c07caef2
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ export type { AccessStats } from "./MemoryBackend";
/** /**
* Global indexeddb objects, either from the native or bridge-idb * Global indexeddb objects, either from the native or bridge-idb
* implementation, depending on what is availabe in * implementation, depending on what is available in
* the global environment. * the global environment.
*/ */
export const GlobalIDB: { export const GlobalIDB: {

View File

@ -314,7 +314,7 @@ export interface BackupWithdrawalGroup {
withdrawal_group_id: string; withdrawal_group_id: string;
/** /**
* Detailled info based on the type of withdrawal group. * Detailed info based on the type of withdrawal group.
*/ */
info: BackupWgInfo; info: BackupWgInfo;

View File

@ -915,7 +915,7 @@ advancedCli
advancedCli advancedCli
.subcommand("recycle", "recycle", { .subcommand("recycle", "recycle", {
help: "Export, clear and re-import the database via the backup mechamism.", help: "Export, clear and re-import the database via the backup mechanism.",
}) })
.action(async (args) => { .action(async (args) => {
await withWallet(args, async (wallet) => { await withWallet(args, async (wallet) => {