From 753f062bfce04963c69c0a3f7c6f1affea354476 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Tue, 10 Sep 2024 19:44:40 +0000 Subject: [PATCH] #403 doc spelling fix --- pocket/startup.lua | 2 +- pocket/ui/docs.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pocket/startup.lua b/pocket/startup.lua index 675f384..28b37d9 100644 --- a/pocket/startup.lua +++ b/pocket/startup.lua @@ -20,7 +20,7 @@ local pocket = require("pocket.pocket") local renderer = require("pocket.renderer") local threads = require("pocket.threads") -local POCKET_VERSION = "v0.12.0-alpha" +local POCKET_VERSION = "v0.12.1-alpha" local println = util.println local println_ts = util.println_ts diff --git a/pocket/ui/docs.lua b/pocket/ui/docs.lua index dd7a648..0d4e889 100644 --- a/pocket/ui/docs.lua +++ b/pocket/ui/docs.lua @@ -254,7 +254,7 @@ doc("G_DBG", "DBG", "Debug. Abbreviation for the debugging sessions from pocket doc("G_FP", "FP", "Front Panel. See Terminology.") doc("G_Hi", "Hi", "High.") doc("G_Lo", "Lo", "Low.") -doc("G_PID", "PID", "A Proportional Integral Derivitave closed-loop controller.") +doc("G_PID", "PID", "A Proportional Integral Derivative closed-loop controller.") doc("G_PKT", "PKT", "Pocket. Abbreviation for the pocket computer.") doc("G_PLC", "PLC", "Programmable Logic Controller. A device that not only reports data and controls outputs, but can also make decisions on its own.") doc("G_PPM", "PPM", "Protected Peripheral Manager. This is an abstraction layer created for this project that prevents peripheral calls from crashing applications.")