projects
/
JavaTCPFork
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c204be3
)
Grammar mistake in README file :/
author
gumartinm
<gu.martinm@gmail.com>
Sun, 29 Jan 2012 16:03:23 +0000
(17:03 +0100)
committer
gumartinm
<gu.martinm@gmail.com>
Sun, 29 Jan 2012 16:03:23 +0000
(17:03 +0100)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index
bf09334
..
bd8183a
100644
(file)
--- a/
README
+++ b/
README
@@
-1,6
+1,6
@@
Fork process from Java using a remote daemon.
-It is useful in environments where there
are
not enough memory
+It is useful in environments where there
is
not enough memory
and you could finish having OutOfMemory exceptions while
trying to run system processes.