Skip to content

Commit

Permalink
Typofixes: s/Unexpeceted/Unexpected/g
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jul 2, 2024
1 parent 623ea9b commit a483c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cryptol/TypeCheck/Infer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ checkPropGuardCase asmps (P.PropGuardCase guards e0) =
getT ti =
case ti of
P.PosInst t -> t
P.NamedInst {} -> bad "Unexpeceted NamedInst"
P.NamedInst {} -> bad "Unexpected NamedInst"

bad msg = panic "checkPropGuardCase" [msg]

Expand Down
2 changes: 1 addition & 1 deletion src/Cryptol/TypeCheck/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ pNegNumeric prop =

where
bad = panic "pNegNumeric"
[ "Unexpeceted numeric constraint:"
[ "Unexpected numeric constraint:"
, pretty prop
]

Expand Down

0 comments on commit a483c1e

Please sign in to comment.