mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 20:22:16 +02:00
Fix typo in occurred
This commit is contained in:
@ -142,7 +142,7 @@ func StartASCIIArtStream(streamID string, reader io.ReadCloser) {
|
||||
for {
|
||||
n, err := reader.Read(pixelBuff)
|
||||
if err != nil {
|
||||
log.Printf("An error occured while reading input: %s", err)
|
||||
log.Printf("An error occurred while reading input: %s", err)
|
||||
break
|
||||
}
|
||||
if n == 0 {
|
||||
|
Reference in New Issue
Block a user