two small spelling changes, no content changes

pull/4/head
jose nazario 2018-02-07 09:18:09 -05:00 committed by GitHub
parent a0ff2567cf
commit 0bac7b69ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## bindata
This package converts any file into managable Go source code. Useful for
This package converts any file into manageable Go source code. Useful for
embedding binary data into a go program. The file data is optionally gzip
compressed before being converted to a raw byte slice.
@ -154,7 +154,7 @@ The default behaviour of the program is to use compression.
The keys used in the `_bindata` map, are the same as the input file name
passed to `go-bindata`. This includes the path. In most cases, this is not
desireable, as it puts potentially sensitive information in your code base.
desirable, as it puts potentially sensitive information in your code base.
For this purpose, the tool supplies another command line flag `-prefix`.
This accepts a portion of a path name, which should be stripped off from
the map keys and function names.