From 8ca36d9e166b0aac45db56bd3541dd9a9b4c9bdb Mon Sep 17 00:00:00 2001 From: Joost Sijm Date: Tue, 29 Jan 2019 17:54:38 +0100 Subject: [PATCH] typo: replace 'alot' with 'a lot' (#1634) This is bothering me alot --- doc/config.cmake | 2 +- include/modules/xbacklight.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.cmake b/doc/config.cmake index bb9fe0f2..40972546 100644 --- a/doc/config.cmake +++ b/doc/config.cmake @@ -12,7 +12,7 @@ ; To learn more about how to configure Polybar ; go to https://github.com/jaagr/polybar ; -; The README contains alot of information +; The README contains a lot of information ; ;========================================================== diff --git a/include/modules/xbacklight.hpp b/include/modules/xbacklight.hpp index 8d6c257c..4940c4a9 100644 --- a/include/modules/xbacklight.hpp +++ b/include/modules/xbacklight.hpp @@ -19,7 +19,7 @@ namespace modules { * module that was set up using with inotify watches listening * for changes to the raw file handle. * - * This module is alot faster, it's more responsive and it will + * This module is a lot faster, it's more responsive and it will * be dormant until new values are reported. Inotify watches * are a bit random when it comes to proc-/sysfs. *