diff options
-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 |