From 7eedc94e6a92233dce8d70d24b64c3bc740bf17d Mon Sep 17 00:00:00 2001 From: TroyHernandez Date: Wed, 13 May 2026 14:18:09 -0500 Subject: [PATCH] Reword Description to avoid win-builder spell-check NOTE win-builder R-devel flagged 'Cryptographic' as a possibly misspelled word. It's a real English dictionary entry but the win-builder spell checker doesn't carry it. Rewording 'Cryptographic operations themselves are out of scope' to 'Encryption itself is out of scope' dodges the NOTE; the meaning is the same since the package already explicitly lists what is in scope above this sentence. --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c4ff27a..ac4d4dd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,8 +15,8 @@ Description: A minimal-dependency client for the 'Matrix' Client-Server message send and history, media upload or download, and the transport endpoints needed to coordinate end-to-end encryption (device-key and one-time-key publication, key query and claim, - to-device events). Cryptographic operations themselves are out of - scope; pair with a separate crypto package. + to-device events). Encryption itself is out of scope; + pair with a separate crypto package. License: MIT + file LICENSE URL: https://github.com/cornball-ai/mx.api BugReports: https://github.com/cornball-ai/mx.api/issues