Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 1, 2018
1 parent a3e6a54 commit 7d27d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion canvas/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (r *baseObject) Move(pos fyne.Position) {
fyne.RefreshObject(r)
}

// MinSize returns the specified minumum size, if set, or {0, 0} otherwise
// MinSize returns the specified minimum size, if set, or {0, 0} otherwise
func (r *baseObject) MinSize() fyne.Size {
return r.min
}
Expand Down
2 changes: 1 addition & 1 deletion canvasobject.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type CanvasObject interface {
MinSize() Size
}

// ThemedObject indicates that the associated CanvasObject reponse to theme
// ThemedObject indicates that the associated CanvasObject responds to theme
// changes. When the settings detect a theme change the object will be informed
// through the invocation of ApplyTheme().
type ThemedObject interface {
Expand Down

0 comments on commit 7d27d25

Please sign in to comment.