]> sigrok.org Git - libsigrokdecode.git/commitdiff
NEWS: Fix two typos.
authorUwe Hermann <redacted>
Wed, 24 Apr 2019 20:02:59 +0000 (22:02 +0200)
committerUwe Hermann <redacted>
Wed, 24 Apr 2019 20:02:59 +0000 (22:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f278991b0d5f7f1ff1172b76d78a5a875e84f388..c0cc6cfd11e6dec61e35d2fe4b3cd36b74c0bce5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -175,7 +175,7 @@ means it is NOT backwards-compatible and frontends will need updates.
  * jitter:
    - Avoid Unicode string literals (bug #569).
  * jtag:
-   - Fix/enable OUT_PYTHON output.
+   - Fix/enable OUTPUT_PYTHON output.
    - Add more annotations, fix a SHIFT-IR/-DR issue.
  * jtag_stm32:
    - Fix incorrect handling of registers.
@@ -197,7 +197,7 @@ means it is NOT backwards-compatible and frontends will need updates.
  * pwm:
    - Avoid Unicode string literals (bug #569).
  * spi:
-   - OUT_PYTHON docs: Fix order of MISO/MOSI data items.
+   - OUTPUT_PYTHON docs: Fix order of MISO/MOSI data items.
    - Tell stacked decoders about missing CS# signal.
    - Add binary output facilities for MISO/MOSI (bug #424).
    - Don't decode data lines if CS# isn't asserted (bug #559).