summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/http-client/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/http-client/types.ts')
-rw-r--r--packages/taler-util/src/http-client/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/http-client/types.ts b/packages/taler-util/src/http-client/types.ts
index a014f63f8..1c742191b 100644
--- a/packages/taler-util/src/http-client/types.ts
+++ b/packages/taler-util/src/http-client/types.ts
@@ -1496,7 +1496,7 @@ export namespace TalerCorebankApi {
export interface AccountPasswordChange {
// New password.
new_password: string;
- // Old password. If present, chec that the old password matches.
+ // Old password. If present, check that the old password matches.
// Optional for admin account.
old_password?: string;
}