From 71c975031203470c97667c3a6c467006abf59c45 Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 14 Sep 2019 22:51:29 +0200 Subject: updated a mistake in error --- convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convert.go') diff --git a/convert.go b/convert.go index 2264946..a3ff44e 100644 --- a/convert.go +++ b/convert.go @@ -222,7 +222,7 @@ func parseLineTwo(SplitTLE []string) (LineTwo, error) { // Parse the RevolutionNumberAtEpoch RevolutionNumberAtEpoch, err := strconv.Atoi(SplitTLE[2][63:68]) if err != nil { - return LineTwo{}, fmt.Errorf("%s: %#v\n%v", "Could not parse the MeanMotion", SplitTLE[2][63:68], err) + return LineTwo{}, fmt.Errorf("%s: %#v\n%v", "Could not parse the RevolutionNumberAtEpoch", SplitTLE[2][63:68], err) } // Parse the Checksum -- cgit 1.4.1