restorable: Fix misspelling

This commit is contained in:
Hajime Hoshi 2017-09-15 03:13:36 +09:00
parent f16b5d9c10
commit 05d91eac09

View File

@ -362,7 +362,7 @@ func (i *Image) restore() error {
// Dispose disposes the image.
//
// After disposing, calling the funciton of the image causes unexpected results.
// After disposing, calling the function of the image causes unexpected results.
func (i *Image) Dispose() {
theImages.makeStaleIfDependingOn(i)
i.image.Dispose()