Skip to content

Commit

Permalink
fix(profiler): typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Feb 19, 2024
1 parent d5e1cea commit 05cec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/profiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (s *Server) EnableProfiler(portNumber int32) (string, error) {
s.lock.Lock()
defer s.lock.Unlock()

logrus.Info("Prepareing to enable the profiler")
logrus.Info("Preparing to enable the profiler")

if s.server != nil {
return "", fmt.Errorf("profiler server is already running at %v", s.server.Addr)
Expand Down

0 comments on commit 05cec5f

Please sign in to comment.