Docs: fix grammar and update LVGL library name (#342)
What changed, and why it matters
This commit only updates two lines in documentation files: it renames the GUI library from 'LittlevGL' to 'LVGL' and fixes a grammar typo ('splitted' to 'split'). There are no code changes and no security implications.
No action required. This is a non-security documentation cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies README.md and docs/development.md only. It is a cosmetic documentation update with no changes to source code, build system, dependencies, or configuration. No security-relevant behavior is altered.
Changed components
Inspect captured patch +2 / −2
diff --git a/README.md b/README.md
index 43cde9d..6f31d64 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ For secret storage we support agnostic mode (wallet forgets all secrets when tur
Our main focus is multisignature setup with other hardware wallets, but wallet can also work as a single signer. We try to make it compatible with Bitcoin Core where we can - PSBT for unsigned transactions, wallet descriptors for importing/exporting multisig wallets. To communicate with Bitcoin Core easier we are also working on [Specter Desktop app](https://github.com/cryptoadvance/specter-desktop) - a small python flask server talking to your Bitcoin Core node.
-Most of the firmware is written in MicroPython which makes the code easy to audit and change. We use [secp256k1](https://github.com/bitcoin-core/secp256k1) library from Bitcoin Core for elliptic curve calculations and [LittlevGL](https://lvgl.io/) library for GUI.
+Most of the firmware is written in MicroPython which makes the code easy to audit and change. We use [secp256k1](https://github.com/bitcoin-core/secp256k1) library from Bitcoin Core for elliptic curve calculations and [LVGL](https://lvgl.io/) library for GUI.
## DISCLAIMER
diff --git a/docs/development.md b/docs/development.md
index 2f871e4..0b49357 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -32,7 +32,7 @@ All `print()` statements will appear in the terminal output. You can keep both t
## Writing a simple app
-Specter can be extended with custom apps. Most of the functionality is already splitted into apps, like `WalletManager` to manage your wallets, `MessageApp` to sign bitcoin messages, `XpubApp` to show master public keys etc.
+Specter can be extended with custom apps. Most of the functionality is already split into apps, like `WalletManager` to manage your wallets, `MessageApp` to sign bitcoin messages, `XpubApp` to show master public keys etc.
Check out the [apps](../src/apps) folder to understand how they work.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.