aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/faultInjection.ts
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-27 23:42:25 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-27 23:42:25 +0200
commit9b89387535cce603f80c9280063ffc7641279143 (patch)
tree1cb9026ead439ea5e5399d3ff38dbdd405ceae3d /packages/taler-wallet-cli/src/integrationtests/faultInjection.ts
parent7b87f01968bc712ddd4d33d6a9b37a77c6f6a0ad (diff)
downloadwallet-core-9b89387535cce603f80c9280063ffc7641279143.tar.xz
fix spelling issues
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/faultInjection.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/faultInjection.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/faultInjection.ts b/packages/taler-wallet-cli/src/integrationtests/faultInjection.ts
index 60549154b..474482ec0 100644
--- a/packages/taler-wallet-cli/src/integrationtests/faultInjection.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/faultInjection.ts
@@ -155,7 +155,7 @@ export class FaultProxy {
return;
}
if (faultRespContext.responseBody) {
- // We must accomodate for potentially changed content length
+ // We must accommodate for potentially changed content length
faultRespContext.responseHeaders[
"content-length"
] = `${faultRespContext.responseBody.byteLength}`;