Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 4, 2023
1 parent 402de30 commit d883579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wishlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
)

// NewListing creates a new listing model for the given endpoints and SSH session.
// If sessuion is nil, it is assume to be a local listing.
// If session is nil, it is assume to be a local listing.
func NewListing(endpoints []*Endpoint, client SSHClient) *ListModel {
l := list.NewModel(nil, list.NewDefaultDelegate(), 0, 0)
l.Title = "Directory Listing"
Expand Down

0 comments on commit d883579

Please sign in to comment.