Skip to content

Commit

Permalink
Fix typo: "existent"
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed May 22, 2016
1 parent 54b7b9d commit 1934251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glyrc/glyrc.c
Expand Up @@ -317,7 +317,7 @@ void help_short (GlyrQuery * s)
IN" glyrc cover --artist SomeBand --album SomeAlbum\n"
IN" \n"
IN" DB:\n\n"
IN" glyrc lyrics -a A -b B --cache /tmp # Write found items to cache; create it if not existant\n"
IN" glyrc lyrics -a A -b B --cache /tmp # Write found items to cache; create it if not existent\n"
IN" glyrc cache list --cache /tmp # List all in the cache\n"
IN" glyrc cache delete cover -a Equilibrium -b Sagas --cache /tmp # Delete artist/album\n"
IN" glyrc cache select lyrics -a Knorkator -t 'A' -n 2 --cache /tmp # Search for two items in cache and print them\n"
Expand Down

0 comments on commit 1934251

Please sign in to comment.