소스 검색

Fix a typo.

Bruce Marriner 6 년 전
부모
커밋
e7ec3c1e37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      voice.go

+ 1 - 1
voice.go

@@ -104,7 +104,7 @@ func (v *VoiceConnection) Speaking(b bool) (err error) {
 	defer v.Unlock()
 	if err != nil {
 		v.speaking = false
-		v.log(LogError, "Speaking() write json errorR, %s", err)
+		v.log(LogError, "Speaking() write json error, %s", err)
 		return
 	}