diff options
author | 2021-06-30 02:30:56 +0200 | |
---|---|---|
committer | 2021-06-30 02:30:56 +0200 | |
commit | 3d85cc0c2a74aa0e3f7ad322233399cc35fcd7b8 (patch) | |
tree | 84efc0fc98d72c5179a98642f0c3a3c01977302f | |
parent | 7eb35833ac16d02b9f6609567d856aa932b99338 (diff) | |
download | libimobiledevice-3d85cc0c2a74aa0e3f7ad322233399cc35fcd7b8.tar.gz libimobiledevice-3d85cc0c2a74aa0e3f7ad322233399cc35fcd7b8.tar.bz2 |
README: Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ ticket first to discuss the idea upfront to ensure less effort for everyone. | |||
151 | 151 | ||
152 | Please make sure your contribution adheres to: | 152 | Please make sure your contribution adheres to: |
153 | * Try to follow the code style of the project | 153 | * Try to follow the code style of the project |
154 | * Commit messages should describe the change well without being to short | 154 | * Commit messages should describe the change well without being too short |
155 | * Try to split larger changes into individual commits of a common domain | 155 | * Try to split larger changes into individual commits of a common domain |
156 | * Use your real name and a valid email address for your commits | 156 | * Use your real name and a valid email address for your commits |
157 | 157 | ||