From 7a86900a45116994a4a175c8979550b28ec0dcfb Mon Sep 17 00:00:00 2001
From: bbb651 <bar.ye651@gmail.com>
Date: Sun, 29 Sep 2024 16:37:35 +0300
Subject: Fix various typos

Using https://github.com/crate-ci/typos
---
 runtime/src/system.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'runtime/src/system.rs')

diff --git a/runtime/src/system.rs b/runtime/src/system.rs
index b6fb4fdf..8b0ec2d8 100644
--- a/runtime/src/system.rs
+++ b/runtime/src/system.rs
@@ -8,7 +8,7 @@ pub enum Action {
     QueryInformation(oneshot::Sender<Information>),
 }
 
-/// Contains informations about the system (e.g. system name, processor, memory, graphics adapter).
+/// Contains information about the system (e.g. system name, processor, memory, graphics adapter).
 #[derive(Clone, Debug)]
 pub struct Information {
     /// The operating system name
-- 
cgit