Fix typos

This commit is contained in:
luni3359 2020-10-20 19:52:31 -05:00
parent 51b0152c2a
commit 9263beb8c7
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# Discover
Yet another discord overlay for linux written in Python using GTK3
Yet another Discord overlay for Linux written in Python using GTK3.
Considerably lighter on system resources and less hack-and-slash included than discord-overlay.
![Screenshot](https://user-images.githubusercontent.com/964775/94065879-9c4e4480-fde3-11ea-9b8a-4688fd02ca17.png)
@ -37,7 +37,7 @@ It is advised to install python-gobject from your own package manager.
## Usage
run `discover-overlay` if this fails it is most likely in `~/.local/bin/discover-overlay`
Run `discover-overlay` if this fails it is most likely in `~/.local/bin/discover-overlay`
Comes with sane-enough default but has a configuration screen to tweak to your own use. Configuration can be reached either via System tray or by running `discover-overlay --configure`

View file

@ -5,4 +5,4 @@ Exec=discover-overlay
Icon=discover-overlay
Terminal=false
Type=Application
Catergories=Network;
Categories=Network;

View file

@ -74,7 +74,7 @@ class TextSettingsWindow(SettingsWindow):
Populate with all channels from guild.
Leave empty if guild is unselected
"""
# potentially organize channels by their group/parent_id
# Potentially organize channels by their group/parent_id
# https://discord.com/developers/docs/resources/channel#channel-object-channel-structure
c_model = Gtk.ListStore(str, bool)
self.channel_lookup = []

View file

@ -5,4 +5,4 @@ Exec=discover-overlay --close
Icon=discover-overlay
Terminal=false
Type=Application
Catergories=Network;
Categories=Network;

View file

@ -5,4 +5,4 @@ Exec=discover-overlay --configure
Icon=discover-overlay
Terminal=false
Type=Application
Catergories=Network;
Categories=Network;