Skip to content

Commit

Permalink
Merge pull request #33 from schwar3kat/main
Browse files Browse the repository at this point in the history
Fix some spelling mistakes
  • Loading branch information
Tearran authored Feb 7, 2024
2 parents ca14dbb + a43f388 commit b4880cd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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

0 comments on commit b4880cd

Please sign in to comment.