gdb/NEWS: Fix typo and stray full stop
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 29 Apr 2021 09:29:41 +0000 (10:29 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 29 Apr 2021 09:31:16 +0000 (10:31 +0100)
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.

gdb/ChangeLog
gdb/NEWS

index fa25ceec7d6328d404a3e0da1c5008e4149d30fa..f24075461b64740451e57e7bfe88be508d463fc2 100644 (file)
@@ -1,3 +1,7 @@
+2021-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * NEWS: Fix typo and stray full stop.
+
 2021-04-28  Tom Tromey  <tromey@adacore.com>
 
        * ada-exp.y (primary): Use new type for null pointer.
index 6550ea352ac53e57a69f7e1408efd44ce71b3f6d..19cb444e7fe80f515a57ad5d14c1dc129b93d97d 100644 (file)
--- 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
 
This page took 0.032578 seconds and 4 git commands to generate.