Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some spelling mistakes #33

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ Network Wired wireless Bluetooth access point
### see_monitor.sh

- **Group Name:** monitor
- **Action Name:** Bencharking
- **Action Name:** Benchmarking
- **Options:**
- **Description:** Armbian Monitor and Bencharking.
- **Description:** Armbian Monitor and Benchmarking.


# Inclueded projects
# Included projects
- [Bash Utility](https://labbots.github.io/bash-utility)
- [Armbian config](https://github.com/armbian/config.git)

4 changes: 2 additions & 2 deletions lib/armbian-configng/system/see_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
# warranty of any kind, whether express or implied.


# @description Armbian Monitor and Bencharking.
# @description Armbian Monitor and Benchmarking.
#
# @exitcode 0 If successful.
#
# @options none
function monitor::Bencharking(){
function monitor::Benchmarking(){
see_menu #| armbian-interface -o
return 0 ;
}
Expand Down
2 changes: 1 addition & 1 deletion share/doc/armbian-configng/armbian-configng.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Function Name,Group Name,Description,Options,Category,Category Description
NMTUI,network,Network Manager.,none.,network,Network Wired wireless Bluetooth access point
Hello,system,Hello System.,none,system,System and Security
Bencharking,monitor,Armbian Monitor and Bencharking.,,system,System and Security
Bencharking,monitor,Armbian Monitor and Benchmarking.,,system,System and Security
Install,system,Armbian installer,none.,system,System and Security
4 changes: 2 additions & 2 deletions share/doc/armbian-configng/armbian-configng.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ <h1>armbian-configng</h1>
"Category Description": "System and Security"
},
{
"Function Name": "Bencharking",
"Function Name": "Benchmarking",
"Group Name": "monitor",
"Description": "Armbian Monitor and Bencharking.",
"Description": "Armbian Monitor and Benchmarking.",
"Options": "",
"Category": "system",
"Category Description": "System and Security"
Expand Down
4 changes: 2 additions & 2 deletions share/doc/armbian-configng/armbian-configng.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"Category Description": "System and Security"
},
{
"Function Name": "Bencharking",
"Function Name": "Benchmarking",
"Group Name": "monitor",
"Description": "Armbian Monitor and Bencharking.",
"Description": "Armbian Monitor and Benchmarking.",
"Options": "",
"Category": "system",
"Category Description": "System and Security"
Expand Down
2 changes: 1 addition & 1 deletion share/doc/armbian-configng/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<th>Category Description</th>
</tr>
</thead>
<tbody><tr><td>NMTUI</td><td>network</td><td>Network Manager.</td><td>none.</td><td>network</td><td>Network Wired wireless Bluetooth access point</td></tr><tr><td>Hello</td><td>system</td><td>Hello System.</td><td>none</td><td>system</td><td>System and Security</td></tr><tr><td>Bencharking</td><td>monitor</td><td>Armbian Monitor and Bencharking.</td><td></td><td>system</td><td>System and Security</td></tr><tr><td>Install</td><td>system</td><td>Armbian installer</td><td>none.</td><td>system</td><td>System and Security</td></tr>
<tbody><tr><td>NMTUI</td><td>network</td><td>Network Manager.</td><td>none.</td><td>network</td><td>Network Wired wireless Bluetooth access point</td></tr><tr><td>Hello</td><td>system</td><td>Hello System.</td><td>none</td><td>system</td><td>System and Security</td></tr><tr><td>Benchmarking</td><td>monitor</td><td>Armbian Monitor and Benchmarking.</td><td></td><td>system</td><td>System and Security</td></tr><tr><td>Install</td><td>system</td><td>Armbian installer</td><td>none.</td><td>system</td><td>System and Security</td></tr>
</tbody>
</table>

Expand Down
Loading