DE-IBH / apt-dater

terminal-based remote package update manager
GNU General Public License v2.0
101 stars 24 forks source link

[patch] fix spelling errors #149

Closed tpo closed 6 years ago

tpo commented 6 years ago

see commit https://github.com/sourcepole/apt-dater/commit/3db59efe932f18377635ed52d9f704c7e5142019

liske commented 6 years ago

Can you create a pull request fixing the spelling errors, only? The patches are already part of pr #148 but I prefer to split it.

tpo commented 6 years ago

@liske unfortunately I do not know how to create a pull request with only the spelling errors. The problem with this process in Github is that when I create a pull request and later add other commits to the repo, then those get unfortunately automatically included in the pull request - as happened here :-(

So I'd suggest you add my repo as a remote branch, "fetch" from my repo and then cherry-pick this commit. Otherwise you could just apply my commit as a patch: https://github.com/sourcepole/apt-dater/commit/3db59efe932f18377635ed52d9f704c7e5142019.patch

I've you see how I could create a pull request only with that patch, then I'd be very happy to hear how to do that. Otherwise I'd ask you to please accept my apology and just apply the patch above :-/

liske commented 6 years ago

Merged.