diff options
author | reed <reed> | 2003-08-30 02:14:19 +0000 |
---|---|---|
committer | reed <reed> | 2003-08-30 02:14:19 +0000 |
commit | 6ba81ae7ad695f066095836d7bcd5a41cbe52c25 (patch) | |
tree | 62d33ca4e350e47c9938ab2acd67eb81d6171fea /editors/beav | |
parent | b4a26aba57b4e91c601cb2fb4a589803386cd54c (diff) | |
download | pkgsrc-6ba81ae7ad695f066095836d7bcd5a41cbe52c25.tar.gz |
"It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).
Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).
I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/beav/DESCR b/editors/beav/DESCR index 38d30f9c8dc..12659d37eb5 100644 --- a/editors/beav/DESCR +++ b/editors/beav/DESCR @@ -1,7 +1,7 @@ BEAV (Binary Editor And Viewer), is a full featured binary file editor. Just about any operation that you could want to do to a binary file is possible with BEAV. You can insert or delete in the middle of -a file thereby changing it's size. You can edit multiple files in +a file thereby changing its size. You can edit multiple files in multiple windows and cut and paste between them. You can display and edit data in hex, octal, decimal, binary, ascii, or ebcdic formats. You can display data in byte, word, or long word formats in either Intel or |