fixed some typos

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1187 379699f6-c40d-0410-875b-85095c16579e
branch_1_1
jochen 25 years ago
parent 3ef0de7514
commit b06f5a9c12
  1. 4
      jode/doc/applet.html
  2. 2
      jode/doc/myproject.jos

@ -37,7 +37,7 @@ value="http://www.informatik.uni-oldenburg.de/~mw/plasma.jar">
Press the start button to decompile <a
href="http://www.informatik.uni-oldenburg.de/~mw/">Michael</a>'s <a
href="http://www.informatik.uni-oldenburg.de/~mw/plasma">Plasma
href="http://www.informatik.uni-oldenburg.de/~mw/plasma.html">Plasma
applet</a>. You may change the classpath and class name to point to a
class file of your choice. But note that most browsers doesn't allow
loading files from a different server.<br><br>
@ -46,7 +46,7 @@ Save probably doesn't work, because it is forbidden by the browser.<br><br>
You may give multiple entries in the class path field separated by a
comma. The components may be local or remote zip or jar files or
directories. Note that browsers forbid accesses to different hosts or
directories. Note that browsers deny access to different hosts or
local files that are not in a subdirectory of the applet
directory.<br><br>

@ -14,7 +14,7 @@ preserve = new WildCard { value = "org.myorg.application.main.*" },
new ModifierMatcher { access = "PUBLIC" }
}
renamer = ney KeywordRenamer {
renamer = new KeywordRenamer {
backup = new StrongRenamer {
charsetStart = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
charsetPart =

Loading…
Cancel
Save