mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-24 07:42:37 +02:00
fix grammar
This commit is contained in:
parent
139acd864b
commit
ea85d820eb
@ -44,7 +44,7 @@ func (n *tree) Root() *node {
|
||||
return n.Nodes["."]
|
||||
}
|
||||
|
||||
// Add add the filename to the tree
|
||||
// Add the filename to the tree
|
||||
func (n *tree) Add(filename string) {
|
||||
cn := n.Root()
|
||||
cp := ""
|
||||
|
@ -26,7 +26,7 @@ func New(path string) (*EPUBZip, error) {
|
||||
return &EPUBZip{w, wz}, nil
|
||||
}
|
||||
|
||||
// Close close compress pipe and file.
|
||||
// Close compress pipe and file.
|
||||
func (e *EPUBZip) Close() error {
|
||||
if err := e.wz.Close(); err != nil {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user