Commit 538be9b 1 parent c9570ef commit 538be9b Copy full SHA for 538be9b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ type HTTPTransportOptions struct {
83
83
// for authenticating the agent.
84
84
//
85
85
// If unspecified, SecretToken will be initialized using the
86
- // ELASTIC_APM_SECRET_TOKEN envirohnment variable.
86
+ // ELASTIC_APM_SECRET_TOKEN environment variable.
87
87
SecretToken string
88
88
89
89
// ServerURLs holds the URLs for your Elastic APM Server. The Server
@@ -787,7 +787,7 @@ func parseCacheControl(s string) cacheControl {
787
787
}
788
788
789
789
// parseMajorVersion returns the major version given a version string. Accepts
790
- // the string as long as it contans a `.` and the runes preceding `.` can be
790
+ // the string as long as it contains a `.` and the runes preceding `.` can be
791
791
// parsed to a number. If the operation succeeded, the second return value will
792
792
// be true.
793
793
func parseMajorVersion (v string ) (uint32 , bool ) {
You can’t perform that action at this time.
0 commit comments