Skip to content

Commit 2002afd

Browse files
committed
fix copy/paste error in comment
1 parent 94fe1f3 commit 2002afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebox/facebox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (c *Client) Info() (*boxutil.Info, error) {
7979
return &info, nil
8080
}
8181

82-
// ErrFacebox represents an error from nudebox.
82+
// ErrFacebox represents an error from facebox.
8383
type ErrFacebox string
8484

8585
func (e ErrFacebox) Error() string {

0 commit comments

Comments
 (0)