diff options
author | Benjamin Barenblat <bbarenblat@galois.com> | 2014-01-27 19:13:04 -0800 |
---|---|---|
committer | Benjamin Barenblat <bbarenblat@galois.com> | 2014-01-27 19:13:04 -0800 |
commit | 51d9a3617773409a1409edb1207ea54a8a165177 (patch) | |
tree | ae1f8216f62286501f7e22b5b96ffeb7fb1a7e11 | |
parent | b9dfb8d03b457844fbcab5ad20d744971569f0d7 (diff) |
Haskell: Fix documentation misspelling
-rw-r--r-- | bindings/haskell/src/PPAML/Tracer/Exception.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/haskell/src/PPAML/Tracer/Exception.hs b/bindings/haskell/src/PPAML/Tracer/Exception.hs index ba77c84..9de2316 100644 --- a/bindings/haskell/src/PPAML/Tracer/Exception.hs +++ b/bindings/haskell/src/PPAML/Tracer/Exception.hs @@ -35,7 +35,7 @@ mkAbstractException 'SomeException "TracerException" 'TracerException'. -} mkAbstractException 'TracerException "OTFException" --- | An error caused by the Open Trace Fromat manager. Extends 'OTFException'. +-- | An error caused by the Open Trace Format manager. Extends 'OTFException'. mkAbstractException 'OTFException "OTFManagerException" {-| Failure to initialize the Open Trace Format manager. Extends |