Skip to content

Commit

Permalink
Fix misc spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ottok committed Jan 27, 2024
1 parent edcb68c commit 37adaa1
Show file tree
Hide file tree
Showing 34 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

* Fixed: Wrong memory unit when shorten and size is less than 10, by @mohi001

* Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD
* Fixed: Use cpu cores average temp if missing cpu package temp for FreeBSD

* Changed: Enter symbol to a more common variant

Expand Down Expand Up @@ -454,7 +454,7 @@

* Fixed: Sizing constraints bug on start and boxes can be toggled from size error screen

* Fixed: UTF-8 check crashing if LANG was set to non existant locale
* Fixed: UTF-8 check crashing if LANG was set to non existent locale

## v1.0.4

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if(LINUX AND BTOP_GPU)
if(BTOP_RSMI_STATIC)
# ROCm doesn't properly add it's folders to the module path if `CMAKE_MODULE_PATH` is already
# set
# We could also manully append ROCm's path here
# We could also manually append ROCm's path here
set(_CMAKE_MODULE_PATH CMAKE_MODULE_PATH)
unset(CMAKE_MODULE_PATH)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa
| `GPU_SUPPORT=<true\|false>` | Enable/disable GPU support (Enabled by default on X86_64 Linux) |
| `RSMI_STATIC=true` | To statically link the ROCm SMI library used for querying AMDGPU |
| `ADDFLAGS=<flags>` | For appending flags to both compiler and linker |
| `CXX=<compiler>` | Manualy set which compiler to use |
| `CXX=<compiler>` | Manually set which compiler to use |

Example: `make ADDFLAGS=-march=native` might give a performance boost if compiling only for your own system.

Expand Down Expand Up @@ -596,7 +596,7 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa
| `ARCH=<architecture>` | To manually set the target architecture |
| `FORTIFY_SOURCE=false` | Disable fortification with `_FORTIFY_SOURCE=3` |
| `ADDFLAGS=<flags>` | For appending flags to both compiler and linker |
| `CXX=<compiler>` | Manualy set which compiler to use |
| `CXX=<compiler>` | Manually set which compiler to use |
Example: `gmake ADDFLAGS=-march=native` might give a performance boost if compiling only for your own system.
Expand Down Expand Up @@ -764,7 +764,7 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa
| `ARCH=<architecture>` | To manually set the target architecture |
| `FORTIFY_SOURCE=false` | Disable fortification with `_FORTIFY_SOURCE=3` |
| `ADDFLAGS=<flags>` | For appending flags to both compiler and linker |
| `CXX=<compiler>` | Manualy set which compiler to use |
| `CXX=<compiler>` | Manually set which compiler to use |
Example: `gmake ADDFLAGS=-march=native` might give a performance boost if compiling only for your own system.
Expand Down Expand Up @@ -945,7 +945,7 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa
| `ARCH=<architecture>` | To manually set the target architecture |
| `FORTIFY_SOURCE=false` | Disable fortification with `_FORTIFY_SOURCE=3` |
| `ADDFLAGS=<flags>` | For appending flags to both compiler and linker |
| `CXX=<compiler>` | Manualy set which compiler to use |
| `CXX=<compiler>` | Manually set which compiler to use |
Example: `gmake ADDFLAGS=-march=native` might give a performance boost if compiling only for your own system.
Expand Down
4 changes: 2 additions & 2 deletions src/btop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ namespace Runner {
}
};

//* Wrapper for raising priviliges when using SUID bit
//* Wrapper for raising privileges when using SUID bit
class gain_priv {
int status = -1;
public:
Expand Down Expand Up @@ -836,7 +836,7 @@ int main(int argc, char **argv) {

Global::start_time = time_s();

//? Save real and effective userid's and drop priviliges until needed if running with SUID bit set
//? Save real and effective userid's and drop privileges until needed if running with SUID bit set
Global::real_uid = getuid();
Global::set_uid = geteuid();
if (Global::real_uid != Global::set_uid) {
Expand Down
2 changes: 1 addition & 1 deletion src/btop_input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace Input {
//* Last entered key
extern deque<string> history;

//* Poll keyboard & mouse input for <timeout> ms and return input availabilty as a bool
//* Poll keyboard & mouse input for <timeout> ms and return input availability as a bool
bool poll(const uint64_t timeout=0);

//* Get a key or mouse action from input
Expand Down
4 changes: 2 additions & 2 deletions src/btop_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ namespace Menu {
"Kelvin, 0 = absolute zero, 1 degree change",
"equals 1 degree change in Celsius.",
"",
"Rankine, 0 = abosulte zero, 1 degree change",
"Rankine, 0 = absolute zero, 1 degree change",
"equals 1 degree change in Fahrenheit."},
{"show_cpu_freq",
"Show CPU frequency.",
Expand Down Expand Up @@ -645,7 +645,7 @@ namespace Menu {
"",
"Begin line with \"exclude=\" to change to",
"exclude filter.",
"Oterwise defaults to \"most include\" filter.",
"Otherwise defaults to \"most include\" filter.",
"",
"Example:",
"\"exclude=/boot /home/user\""},
Expand Down
2 changes: 1 addition & 1 deletion src/btop_theme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Theme {
extern std::filesystem::path theme_dir;
extern std::filesystem::path user_theme_dir;

//* Contains "Default" and "TTY" at indeces 0 and 1, otherwise full paths to theme files
//* Contains "Default" and "TTY" at indices 0 and 1, otherwise full paths to theme files
extern vector<string> themes;

//* Generate escape sequence for 24-bit or 256 color and return as a string
Expand Down
4 changes: 2 additions & 2 deletions src/btop_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace Term {
}

bool refresh(bool only_check) {
// Query dimensions of '/dev/tty' of the 'STDOUT_FILENO' isn't avaiable.
// Query dimensions of '/dev/tty' of the 'STDOUT_FILENO' isn't available.
// This variable is set in those cases to avoid calls to ioctl
constinit static bool uses_dev_tty = false;
struct winsize wsize {};
Expand Down Expand Up @@ -644,7 +644,7 @@ namespace Logger {
size_t loglevel;
fs::path logfile;

//* Wrapper for lowering priviliges if using SUID bit and currently isn't using real userid
//* Wrapper for lowering privileges if using SUID bit and currently isn't using real userid
class lose_priv {
int status = -1;
public:
Expand Down
4 changes: 2 additions & 2 deletions src/btop_tools.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace Mv {
//* Save cursor position
const string save = Fx::e + "s";

//* Restore saved cursor postion
//* Restore saved cursor position
const string restore = Fx::e + "u";
}

Expand Down Expand Up @@ -284,7 +284,7 @@ namespace Tools {
return is_in(str, "true", "True");
}

//* Check if a string is a valid integer value (only postive)
//* Check if a string is a valid integer value (only positive)
inline bool isint(const string& str) {
return all_of(str.begin(), str.end(), ::isdigit);
}
Expand Down
4 changes: 2 additions & 2 deletions src/freebsd/btop_collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ namespace Cpu {
got_sensors = true;
int temp;
size_t size = sizeof(temp);
sysctlbyname("dev.cpu.0.coretemp.tjmax", &temp, &size, nullptr, 0); //asuming the max temp is same for all cores
sysctlbyname("dev.cpu.0.coretemp.tjmax", &temp, &size, nullptr, 0); //assuming the max temp is same for all cores
temp = (temp - 2732) / 10; // since it's an int, it's multiplied by 10, and offset to absolute zero...
current_cpu.temp_max = temp;
}
Expand Down Expand Up @@ -925,7 +925,7 @@ namespace Net {
}
}

//? Get total recieved and transmitted bytes + device address if no ip was found
//? Get total received and transmitted bytes + device address if no ip was found
for (const auto &iface : interfaces) {
for (const string dir : {"download", "upload"}) {
auto &saved_stat = net.at(iface).stat.at(dir);
Expand Down
4 changes: 2 additions & 2 deletions src/linux/btop_collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ namespace Mem {
if (access(zfs_pool_stat_path.c_str(), R_OK) == 0) {
return zfs_pool_stat_path;
} else {
Logger::debug("Cant access folder: " + zfs_pool_stat_path.string());
Logger::debug("Can't access folder: " + zfs_pool_stat_path.string());
return "";
}
}
Expand Down Expand Up @@ -2228,7 +2228,7 @@ namespace Net {
} //else, ignoring family==AF_PACKET (see man 3 getifaddrs) which is the first one in the `for` loop.
}

//? Get total recieved and transmitted bytes + device address if no ip was found
//? Get total received and transmitted bytes + device address if no ip was found
for (const auto& iface : interfaces) {
if (net.at(iface).ipv4.empty() and net.at(iface).ipv6.empty())
net.at(iface).ipv4 = readfile("/sys/class/net/" + iface + "/address");
Expand Down
2 changes: 1 addition & 1 deletion src/openbsd/btop_collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ namespace Net {
}
}

//? Get total recieved and transmitted bytes + device address if no ip was found
//? Get total received and transmitted bytes + device address if no ip was found
for (const auto &iface : interfaces) {
for (const string dir : {"download", "upload"}) {
auto &saved_stat = net.at(iface).stat.at(dir);
Expand Down
2 changes: 1 addition & 1 deletion src/osx/btop_collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ namespace Net {
}
}

//? Get total recieved and transmitted bytes + device address if no ip was found
//? Get total received and transmitted bytes + device address if no ip was found
for (const auto &iface : interfaces) {
for (const string dir : {"download", "upload"}) {
auto &saved_stat = net.at(iface).stat.at(dir);
Expand Down
2 changes: 1 addition & 1 deletion themes/adapta.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#cfd8dc"
# Title color for boxes
theme[title]="#ff"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#90"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/adwaita.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#2e3436"
# Title color for boxes
theme[title]="#2e3436"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#1a5fb4"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/dusklight.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#99DFFF"
# Title color for boxes
theme[title]="#99FFFF"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#FF7F00"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/elementarish.theme
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ theme[main_fg]="#eee8d5"
# Title color for boxes
theme[title]="#eee8d5"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#d1302c"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/flat-remix-light.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#737680"
# Title color for boxes
theme[title]="#272a34"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#90"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/flat-remix.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#E6E6E6"
# Title color for boxes
theme[title]="#ff"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#90"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/greyscale.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#bb"
# Title color for boxes
theme[title]="#cc"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#90"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox_dark.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#a89984"
# Title color for boxes
theme[title]="#ebdbb2"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#d79921"

# Background color of selected items
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox_material_dark.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#d4be98"
# Title color for boxes
theme[title]="#d4be98"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#ea6962"

# Background color of selected items
Expand Down
2 changes: 1 addition & 1 deletion themes/matcha-dark-sea.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#F8F8F2"
# Title color for boxes
theme[title]="#F8F8F2"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#2eb398"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/monokai.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#F8F8F2"
# Title color for boxes
theme[title]="#F8F8F2"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#F92672"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/night-owl.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#d6deeb"
# Title color for boxes
theme[title]="#ffffff"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#addb67"

# Background color of selected items
Expand Down
2 changes: 1 addition & 1 deletion themes/nord.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#D8DEE9"
# Title color for boxes
theme[title]="#8FBCBB"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#5E81AC"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/onedark.theme
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ theme[main_fg]="#abb2bf"
# Title color for boxes
theme[title]="#abb2bf"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#61afef"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/paper.theme
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ theme[main_fg]="#00"
# Title color for boxes
theme[title]="#00"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#CC3E28"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/solarized_dark.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#eee8d5"
# Title color for boxes
theme[title]="#fdf6e3"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#b58900"

# Background color of selected items
Expand Down
2 changes: 1 addition & 1 deletion themes/solarized_light.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#586e75"
# Title color for boxes
theme[title]="#002b36"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#b58900"

# Background color of selected items
Expand Down
2 changes: 1 addition & 1 deletion themes/tokyo-night.theme
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ theme[main_fg]="#cfc9c2"
# Title color for boxes
theme[title]="#cfc9c2"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#7dcfff"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/tokyo-storm.theme
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ theme[main_fg]="#cfc9c2"
# Title color for boxes
theme[title]="#cfc9c2"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#7dcfff"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/tomorrow-night.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#c5c8c6"
# Title color for boxes
theme[title]="#c5c8c6"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#81beb7"

# Background color of selected item in processes box
Expand Down
2 changes: 1 addition & 1 deletion themes/whiteout.theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme[main_fg]="#30"
# Title color for boxes
theme[title]="#10"

# Higlight color for keyboard shortcuts
# Highlight color for keyboard shortcuts
theme[hi_fg]="#284d75"

# Background color of selected item in processes box
Expand Down

0 comments on commit 37adaa1

Please sign in to comment.