[Pkg-ofed-commits] [perftest] 04/05: Fix spelling availible -> available

Benjamin Drung bdrung at moszumanska.debian.org
Mon Jan 2 12:55:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository perftest.

commit 184db39713ee5ebe4b20a7abe5fe82d9458b593a
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Mon Jan 2 13:46:26 2017 +0100

    Fix spelling availible -> available
---
 debian/patches/Fix-typo-availible.patch | 23 +++++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/Fix-typo-availible.patch b/debian/patches/Fix-typo-availible.patch
new file mode 100644
index 0000000..43d83de
--- /dev/null
+++ b/debian/patches/Fix-typo-availible.patch
@@ -0,0 +1,23 @@
+Description: Fix typo availible -> available
+Author: Benjamin Drung <benjamin.drung at profitbricks.com>
+
+--- a/src/perftest_parameters.c
++++ b/src/perftest_parameters.c
+@@ -316,7 +316,7 @@
+ 	}
+ 
+ 	printf("  -T, --tos=<tos value> ");
+-	printf(" Set <tos_value> to RDMA-CM QPs. availible only with -R flag. values 0-256 (default off)\n");
++	printf(" Set <tos_value> to RDMA-CM QPs. available only with -R flag. values 0-256 (default off)\n");
+ 
+ 	printf("  -u, --qp-timeout=<timeout> ");
+ 	printf(" QP timeout, timeout value is 4 usec * 2 ^(timeout), default %d\n",DEF_QP_TIME);
+@@ -1963,7 +1963,7 @@
+ 				  } break;
+ 			case 'C':
+ 				  if (user_param->tst != LAT) {
+-					  fprintf(stderr," Availible only on Latency tests\n");
++					  fprintf(stderr," Available only on Latency tests\n");
+ 					  return 1;
+ 				  }
+ 				  user_param->r_flag->cycles = ON;
diff --git a/debian/patches/series b/debian/patches/series
index e55b20d..0b36809 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 Fix-typos-in-s390x-support.patch
 Fix-typo-destory.patch
 fix-cflags.patch
+Fix-typo-availible.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/perftest.git



More information about the Pkg-ofed-commits mailing list