Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2016-08-02 12:58:12 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2016-08-08 11:25:11 +0300
commitde3100e6f2ad362d9410eca5bda0c9ea6f0d95e6 (patch)
treecf63e0f63bcd4059a1de27b31bce5b605ed2d5d1 /HACKING.md
parentbf837abf384c9fd7990b76ecfc719c2450edec4c (diff)
Minor typos
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 0a9a884..eb11f08 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -10,7 +10,7 @@ Here's a few places to start:
- No, seriously! Most of the bugs don't even get reported, or the reporter only writes "Doesn't work for me" and then vanishes.
- ["help wanted" issues](https://github.com/majn/telegram-purple/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+-label%3A%22in-pipeline%22), especially automated testing
- ["secret chat" issues](https://github.com/majn/telegram-purple/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22secret+chats%22+-label%3A%22in-pipeline%22+)
-- Portability (especially endianess) of tgl (external project)
+- Portability (especially endianness) of tgl (external project)
- [Issues of tgl](https://github.com/vysheng/tgl/issues) -- lots and lots of false or obsolete reports
- Slim down the size of the generated files in `tgl/auto`, as this currently dominates the build time. Yuk!
- Make sure that the libpurple-devs don't break libpurple any further.