Fix typo in Baking app name

This commit is contained in:
Sebastien Mondet 2018-09-10 18:59:45 -04:00 committed by Pierre Boutillier
parent 6d5afcf10e
commit 39e8c4f6b5
No known key found for this signature in database
GPG Key ID: C2F73508B56A193C

View File

@ -10,7 +10,7 @@ module Version = struct
type app_class = Tezos | TezBake type app_class = Tezos | TezBake
let pp_app_class ppf = function let pp_app_class ppf = function
| Tezos -> Format.pp_print_string ppf "Tezos Wallet" | 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 let class_of_int = function
| 0 -> Tezos | 0 -> Tezos