diff options
author | fiaxh <fiaxh@users.noreply.github.com> | 2019-06-06 15:33:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 15:33:35 +0200 |
commit | 34f9677c4e5384c9b823ce76c3dbeb143a3ff625 (patch) | |
tree | bc93b7b594014e1c334d5f2d7e4a694407cbf622 /plugins/omemo/src | |
parent | 7097a7185261f2ae4e9555744c4c75703238c699 (diff) | |
parent | ce8f343297ce2e3a6c93040b18346b58f1d744e9 (diff) | |
download | dino-34f9677c4e5384c9b823ce76c3dbeb143a3ff625.tar.gz dino-34f9677c4e5384c9b823ce76c3dbeb143a3ff625.zip |
Merge pull request #570 from hrxi/pr_typos
Fix a couple of typos and one network typo
Diffstat (limited to 'plugins/omemo/src')
-rw-r--r-- | plugins/omemo/src/stream_module.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/omemo/src/stream_module.vala b/plugins/omemo/src/stream_module.vala index 30f8c04c..555fd68a 100644 --- a/plugins/omemo/src/stream_module.vala +++ b/plugins/omemo/src/stream_module.vala @@ -1,6 +1,5 @@ using Gee; using Xmpp; -using Xmpp; using Xmpp.Xep; using Signal; |