aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2021-04-29 10:29:41 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2021-04-29 10:31:16 +0100
commit8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17 (patch)
tree944ef7385834daa238d23ee458f9b5a10b9292e0 /gdb/NEWS
parentae95c78d266a3def29258e67fd364264a0579d9d (diff)
downloadgdb-8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17.zip
gdb-8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17.tar.gz
gdb-8eb82ba1fdc052d2bb08ec6f0d98b8d2c10edd17.tar.bz2
gdb/NEWS: Fix typo and stray full stop
Some errors introduced in commit: commit edeaceda7b2f33b2c3bf78c732e67f3188e7f0b9 Date: Thu Aug 27 16:53:13 2020 +0100 gdb: startup commands to control Python extension language gdb/ChangeLog: * NEWS: Fix typo and stray full stop.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 6550ea3..19cb444 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -109,7 +109,7 @@ show print type hex
set python ignore-environment on|off
show python ignore-environment
When 'on', this causes GDB's builtin Python to ignore any
- environment variables that would otherwise effect how Python
+ environment variables that would otherwise affect how Python
behaves. This command needs to be added to an early initialization
file (e.g. ~/.config/gdb/gdbearlyinit) in order to affect GDB.
@@ -120,7 +120,7 @@ show python dont-write-bytecode
an early initialization file (e.g. ~/.config/gdb/gdbearlyinit) in
order to affect GDB. When 'off' byte-code will always be written.
When set to 'auto' (the default) Python will check the
- PYTHONDONTWRITEBYTECODE. environment variable.
+ PYTHONDONTWRITEBYTECODE environment variable.
* Changed commands