Skip to content

Commit f68ade5

Browse files
yashiborneoa
authored andcommitted
doc/manual: Fix function name typo
We have both the singular form, register_command(), and the plural form register_commands(). Change-Id: I905ea83988b8ac70dd809b02d53b646aa4d66697 Signed-off-by: Yasushi SHOJI <[email protected]> Reviewed-on: http://openocd.zylin.com/6042 Reviewed-by: Antonio Borneo <[email protected]> Tested-by: jenkins
1 parent 8a2f299 commit f68ade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/helper.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ mode(s) of execution, and strings that provide usage and help text.
8989
A single handler may be registered using multiple names, but any name
9090
may have only one handler associated with it.
9191

92-
The @c register_commands() and @c register_commands() functions provide
92+
The @c register_command() and @c register_commands() functions provide
9393
registration, while the @c unregister_command() and
9494
@c unregister_all_commands() functions will remove existing commands.
9595
These may be called at any time, allowing the command set to change in

0 commit comments

Comments
 (0)