Skip to content

Commit

Permalink
Fix minor spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Aug 15, 2021
1 parent 90a82da commit f74e963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The devices below are fully feature supported by OpenRazer, which means all avai
| Razer DeathAdder V2 | 1532:0084 |
| Razer Basilisk V2 | 1532:0085 |
| Razer Basilisk Ultimate (Wired) | 1532:0086 |
| Razer Basilisk Ultimate (Reciever) | 1532:0088 |
| Razer Basilisk Ultimate (Receiver) | 1532:0088 |
| Razer Viper Mini | 1532:008A |
| Razer DeathAdder V2 Mini | 1532:008C |
| Razer Naga Left-Handed Edition | 1532:008D |
Expand Down
2 changes: 1 addition & 1 deletion driver/razeraccessory_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ static ssize_t razer_attr_write_mode_static(struct device *dev, struct device_at
* Mode switcher required after setting static color effect once and before setting a second time.
* Similar to Naga Trinity?
*
* If the color is not set twice with the mode switch inbetween, each subsequent
* If the color is not set twice with the mode switch in-between, each subsequent
* setting of the static effect actually sets the previous color...
*/
report = razer_chroma_extended_matrix_effect_static(VARSTORE, ZERO_LED, (struct razer_rgb*) & buf[0]);
Expand Down
2 changes: 1 addition & 1 deletion driver/razerchromacommon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ struct razer_report razer_chroma_misc_get_dpi_xy_byte(void)
/**
* Set DPI stages of the device.
*
* count is the numer of stages to set.
* count is the number of stages to set.
* active_stage selected stage number.
* dpi is an array of size 2 * count containing pairs of dpi x and dpi y
* values, one pair for each stage.
Expand Down

0 comments on commit f74e963

Please sign in to comment.