diff mbox series

[rdma-core,4/6] debian: Fix typo of Python

Message ID 20181221183157.12444-5-benjamin.drung@cloud.ionos.com (mailing list archive)
State Accepted
Headers show
Series Fix Debian packaging | expand

Commit Message

Benjamin Drung Dec. 21, 2018, 6:31 p.m. UTC
Python is a proper name and needs to be written with a capital letter.

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/debian/control b/debian/control
index 4c2713c0..375c1f29 100644
--- a/debian/control
+++ b/debian/control
@@ -333,5 +333,5 @@  Depends: rdma-core (>= 21),
          ${python3:Depends},
          ${shlibs:Depends}
 Provides: ${python3:Provides}
-Description: Pyverbs is a python bindings for rdma-core.
- It allows an easy development in python language of RDMA applications.
+Description: Pyverbs is a Python bindings for rdma-core
+ It allows an easy development in Python language of RDMA applications.