From 39e8c4f6b59384bb85b73c0be4e37bf7243a5a29 Mon Sep 17 00:00:00 2001 From: Sebastien Mondet Date: Mon, 10 Sep 2018 18:59:45 -0400 Subject: [PATCH] Fix typo in Baking app name --- vendors/ocaml-ledger-wallet/src/ledgerwallet_tezos.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/ocaml-ledger-wallet/src/ledgerwallet_tezos.ml b/vendors/ocaml-ledger-wallet/src/ledgerwallet_tezos.ml index ab738f7af..25b663edf 100644 --- a/vendors/ocaml-ledger-wallet/src/ledgerwallet_tezos.ml +++ b/vendors/ocaml-ledger-wallet/src/ledgerwallet_tezos.ml @@ -10,7 +10,7 @@ module Version = struct type app_class = Tezos | TezBake let pp_app_class ppf = function | Tezos -> Format.pp_print_string ppf "Tezos Wallet" - | TezBake -> Format.pp_print_string ppf "Tezos Baker" + | TezBake -> Format.pp_print_string ppf "Tezos Baking" let class_of_int = function | 0 -> Tezos