1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-15 19:42:04 +00:00

Fix spelling errors in comments.

This commit is contained in:
Joseph Crail 2014-12-06 20:22:48 -05:00
parent 47e7175b80
commit 39c068400e
17 changed files with 24 additions and 24 deletions

View file

@ -32,7 +32,7 @@ const (
)
// A Decoder is a function that decodes a character set, one character at a time.
// It works much like utf8.DecodeRune, but has an aditional status return value.
// It works much like utf8.DecodeRune, but has an additional status return value.
type Decoder func(p []byte) (c rune, size int, status Status)
// An Encoder is a function that encodes a character set, one character at a time.