Typo in panic message (fixes ##662)

This commit is contained in:
Jakob Borg 2014-09-11 18:42:42 +02:00
parent f35d83ae48
commit abbb001975

View File

@ -124,7 +124,7 @@ func copyStderr(stderr io.ReadCloser) {
}
l.Warnf("Panic detected, writing to \"%s\"", panicFd.Name())
l.Warnln("Please create an issue at https://github.com/syncting/syncthing/issues/ with the panic log attached")
l.Warnln("Please create an issue at https://github.com/syncthing/syncthing/issues/ with the panic log attached")
panicFd.WriteString("Panic at " + time.Now().Format(time.RFC1123) + "\n")
stdoutMut.Lock()