aboutsummaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-03-16 16:56:44 +0100
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-03-16 16:57:25 +0100
commit8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a (patch)
treee31df8b20b3fa648099a487c7b966cc1506060f0 /gdb/auto-load.c
parent798e1c302af509c31839c5c3b50c058b61206ee7 (diff)
downloadgdb-8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a.zip
gdb-8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a.tar.gz
gdb-8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a.tar.bz2
OBVIOUS: fix several occurrences of 'This options has' to 'This option has'
Diffstat (limited to 'gdb/auto-load.c')
-rw-r--r--gdb/auto-load.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/auto-load.c b/gdb/auto-load.c
index 00869fe..ae7a189 100644
--- a/gdb/auto-load.c
+++ b/gdb/auto-load.c
@@ -1551,7 +1551,7 @@ Show whether auto-loading of canned sequences of commands scripts is enabled."),
_("\
If enabled, canned sequences of commands are loaded when the debugger reads\n\
an executable or shared library.\n\
-This options has security implications for untrusted inferiors."),
+This option has security implications for untrusted inferiors."),
NULL, show_auto_load_gdb_scripts,
auto_load_set_cmdlist_get (),
auto_load_show_cmdlist_get ());
@@ -1569,7 +1569,7 @@ Show whether auto-loading .gdbinit script in current directory is enabled."),
If enabled, canned sequences of commands are loaded when debugger starts\n\
from .gdbinit file in current directory. Such files are deprecated,\n\
use a script associated with inferior executable file instead.\n\
-This options has security implications for untrusted inferiors."),
+This option has security implications for untrusted inferiors."),
NULL, show_auto_load_local_gdbinit,
auto_load_set_cmdlist_get (),
auto_load_show_cmdlist_get ());
@@ -1647,7 +1647,7 @@ Setting this parameter to '/' (without the quotes) allows any file\n\
for the 'set auto-load ...' options. Each path entry can be also shell\n\
wildcard pattern; '*' does not match directory separator.\n\
This option is ignored for the kinds of files having 'set auto-load ... off'.\n\
-This options has security implications for untrusted inferiors."),
+This option has security implications for untrusted inferiors."),
set_auto_load_safe_path,
show_auto_load_safe_path,
auto_load_set_cmdlist_get (),