@@ -38,7 +38,7 @@ import (
3838// Title: (1) some prefix in bold (2) one line for a stack trace
3939// (3) a single-line subtitle
4040//
41- // (4) the tags, as a tag soup (concatenated in a single paragrah ,
41+ // (4) the tags, as a tag soup (concatenated in a single paragraph ,
4242// unsorted)
4343//
4444// (5) a "message"
@@ -66,7 +66,7 @@ import (
6666// (3) the Value field of the 1st Exception object, if any, unwrapped as a single line
6767// (4) the Tags field
6868// (5) the Message field
69- // (7) the Type field (same as (1) for 1st execption )
69+ // (7) the Type field (same as (1) for 1st exception )
7070// (8) the Value field (same as (3) for 1st exception)
7171// (9) the Stacktrace field (input to (2) on 1st exception)
7272// (10) the other fields on the Event object
@@ -296,7 +296,7 @@ func BuildSentryReport(err error) (event *sentry.Event, extraDetails map[string]
296296 event .Message = longMsgBuf .String ()
297297 event .Exception = exceptions
298298
299- // If there is no exception payload, synthetize one.
299+ // If there is no exception payload, synthesize one.
300300 if len (event .Exception ) == 0 {
301301 // We know we don't have a stack trace to extract line/function
302302 // info from (if we had, we'd have an Exception payload at that
0 commit comments