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/openpgp/src/stream_flag.vala | |
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/openpgp/src/stream_flag.vala')
-rw-r--r-- | plugins/openpgp/src/stream_flag.vala | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/openpgp/src/stream_flag.vala b/plugins/openpgp/src/stream_flag.vala index 8593fa9d..df598625 100644 --- a/plugins/openpgp/src/stream_flag.vala +++ b/plugins/openpgp/src/stream_flag.vala @@ -1,7 +1,6 @@ using Gee; using Xmpp; -using Xmpp; namespace Dino.Plugins.OpenPgp { @@ -19,4 +18,4 @@ public class Flag : XmppStreamFlag { public override string get_id() { return IDENTITY.id; } } -}
\ No newline at end of file +} |