]> git.siccegge.de Git - frida/doc.git/commitdiff
ispell
authorChristoph Egger <christoph@Linde>
Sun, 26 Apr 2015 16:28:54 +0000 (18:28 +0200)
committerChristoph Egger <christoph@Linde>
Sun, 26 Apr 2015 16:28:54 +0000 (18:28 +0200)
source/using.rst

index 0ade9d310eba4b0cb9380fb273c681fbaba5d703..e3b46958baf527574d519b73352932c81002bd4a 100644 (file)
@@ -5,12 +5,12 @@ Adding and renaming functions
 =============================
 
 Functions can be added by entering an address -- this functionality is
-available from the contextmenu on the functionlist widget as well as
-the f hotkey. Frida will the recursively disassembler all functions
-directly reachable from this entrypoint.
+available from the context-menu on the function-list widget as well as
+the f hot-key. Frida will the recursively disassembler all functions
+directly reachable from this entry point.
 
-To rename the currently selected function use the r Hotkey. You can
-also rename functions from the contextmenu of the individual items in
+To rename the currently selected function use the r Hot-key. You can
+also rename functions from the context-menu of the individual items in
 the function list (by default located on the left side).
 
 Adding comments
@@ -19,7 +19,7 @@ Adding comments
 You have the choice of adding "local" and "global" comments. Global
 comments add information intended for human observers to an address
 and are displayed at that address. Local comments are supposed to be
-meaningfull only in the context of the specific function but not when
+meaningful only in the context of the specific function but not when
 the same address appears within different functions. However, local
 functions are not completely implemented yet.
 
@@ -32,8 +32,8 @@ original binary to be available on that machine. Function names as
 well as the CFG are preserved, however the textual representation and
 the graph layout are reconstructed when opening the saved file.
 
-Hotkeys
-=======
+Hot-keys
+========
 
 +---+--------------------------------------------------------+
 | r | Rename currently active function                       |