doc: fix several typos within manual documents
[fw/openocd] / doc / manual / primer / commands.txt
index 5f89d506253c07ffaab94c137d4714f9a5b186a9..a626f56b56d3925641b91c6661e96be52c068417 100644 (file)
@@ -30,7 +30,7 @@ called (with the appropriate parameters), the @c CALL_COMMAND_HANDLER
 macro to pass any e as parameters to the following helper function:
 
 The subsequent blocks of code are a normal C function that can do
-anything, so only complex commands deserve should use comamnd helper
+anything, so only complex commands deserve should use command helper
 functions.  In this respect, this example uses one to demonstrate how --
 not when -- they should be used.