Skip to content

Commit 132a8a6

Browse files
Fix: typos
1 parent 9f5d978 commit 132a8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hasura/hasura_integration_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestExpectedMetadataWithActual(
2727
) {
2828
var cfg config.Config
2929
if err := config.Parse(configPath, &cfg); err != nil {
30-
t.Fatalf("Error with reading configuratoin file: %s", err)
30+
t.Fatalf("Error with reading configuration file: %s", err)
3131
}
3232

3333
api := New(cfg.Hasura.URL, cfg.Hasura.Secret)

tools/tezerrors/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var errorsDescrs = `{
7979
},
8080
"WrongReconstructMode": {
8181
"title": "Wrong reconstruct mode",
82-
"descr": "Reconstruction of contexts while importing is comptible with full mode snapshots only"
82+
"descr": "Reconstruction of contexts while importing is compatible with full mode snapshots only"
8383
},
8484
"WrongSnapshotExport": {
8585
"title": "Wrong snapshot export",

0 commit comments

Comments
 (0)