e2336bb021
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.
5 lines
312 B
Text
5 lines
312 B
Text
GTM allows the user to retrieve multiple files from the web. These files
|
|
can be retrieved in multiple parts and each part retrieved on a separate
|
|
session that the user is connected to the Internet. This is most useful
|
|
to users with dialup connections. The program performs this tasks using
|
|
wget as its back-end.
|