diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c421fec7005c5b91398414150b8281d5587a3dd6..2df1590f9b85074d067949adf976680177394fe5 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -2876,7 +2876,7 @@ static int zt_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags,
 #ifdef PRI_2BCT
 		q931c0 = p0->call;
 		q931c1 = p1->call;
-		if (p0->tranfer && p1->transfer 
+		if (p0->transfer && p1->transfer 
 				&& q931c0 && q931c1 
 				&& !triedtopribridge) {
 
diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index 5cf932dd0d27239d374e0e2bcc3be00a13f8f608..fa3b5968895a7f5049cf4f56299bf7f5e664c98f 100755
--- a/contrib/scripts/autosupport
+++ b/contrib/scripts/autosupport
@@ -32,7 +32,7 @@ if [ "$ans" = "y" ]; then
   echo "------------------" >> $OUTPUT;
   echo "PCI LIST " >> $OUTPUT;
   echo "------------------" >> $OUTPUT;
-  lspci -v >> $OUTPUT;
+  lspci -vb >> $OUTPUT;
   echo >> $OUTPUT;
   echo >> $OUTPUT;