Fix typo.

This commit is contained in:
Solderpunk 2020-06-17 15:22:21 +02:00
parent 30a5369f8a
commit 6da5ec79dd
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func handleGeminiRequest(conn net.Conn, config Config, logEntries chan LogEntry)
log.Status = 51
return
} else if err != nil {
conn.Write([]byte("40 Temporaray failure!\r\n"))
conn.Write([]byte("40 Temporary failure!\r\n"))
log.Status = 40
return
} else if uint64(info.Mode().Perm())&0444 != 0444 {