[calculix-ccx] 02/02: Fixed some spelling errors

Wolfgang Fütterer debian at wlf-online.de
Wed Jan 20 13:05:51 UTC 2016


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

wlfuetter-guest pushed a commit to branch master
in repository calculix-ccx.

commit 7e66a21e4d7998ef58197e7bde7aeb457c4ebfcb
Author: Wolfgang Fütterer <debian at wlf-online.de>
Date:   Wed Jan 20 13:53:13 2016 +0100

    Fixed some spelling errors
---
 debian/patches/0002-Fixed-spelling-errors.patch | 51 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 52 insertions(+)

diff --git a/debian/patches/0002-Fixed-spelling-errors.patch b/debian/patches/0002-Fixed-spelling-errors.patch
new file mode 100644
index 0000000..21995c5
--- /dev/null
+++ b/debian/patches/0002-Fixed-spelling-errors.patch
@@ -0,0 +1,51 @@
+Description: Fixed some spelling errors to make lintian happy
+Forwarded: not-yet
+Author: Wolfgang Fütterer <debian at wlf-online.de> 
+Last-Update: 2016-01-20
+
+---
+ ccx_2.9/src/gapconductances.f | 2 +-
+ ccx_2.9/src/initialnet.f      | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/ccx_2.9/src/gapconductances.f b/ccx_2.9/src/gapconductances.f
+index 956e20a..0a3ec23 100644
+--- a/ccx_2.9/src/gapconductances.f
++++ b/ccx_2.9/src/gapconductances.f
+@@ -55,7 +55,7 @@
+       if(nelcon(1,nmat).eq.0) then
+          write(*,*) '*ERROR reading *GAP CONDUCTANCE:'
+          write(*,*) '       *GAP CONDUCTANCE should'
+-         write(*,*) '       be preceeded by a *SURFACE BEHAVIOR card'
++         write(*,*) '       be preceded by a *SURFACE BEHAVIOR card'
+          call exit(201)
+       endif
+ !
+diff --git a/ccx_2.9/src/initialnet.f b/ccx_2.9/src/initialnet.f
+index 86ebc18..872672d 100644
+--- a/ccx_2.9/src/initialnet.f
++++ b/ccx_2.9/src/initialnet.f
+@@ -630,7 +630,7 @@ c      enddo
+                   write(*,*) '       node1',node1,' pressure'
+      &                 ,v(2,node1)    
+                   write(*,*) '       node2',node2,
+-     &                 'given intial pressure',
++     &                 'given initial pressure',
+      &                 v(2,node2)
+                   v(2,node2)=0.9*v(2,node2)
+                   write(*,*) '       node2',node2,
+@@ -649,12 +649,12 @@ c      enddo
+      &                 ' given initial pressure',v(2,node1)  
+                   v(2,node1)=1.05*v(2,node2)
+                   write(*,*) '       node1',node1,
+-     &                 ' new intial pressure',v(2,node1)
++     &                 ' new initial pressure',v(2,node1)
+                   write(*,*) '       node2',node2,
+      &                 ' given initial pressure',v(2,node2)
+                   v(2,node2)=0.95*v(2,node2)
+                   write(*,*) '       node2',node2,
+-     &                 ' new intial pressure',v(2,node2)
++     &                 ' new initial pressure',v(2,node2)
+                endif
+             endif
+ !     
diff --git a/debian/patches/series b/debian/patches/series
index 5c863e2..ce55fbd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Adjust-Makefile-for-Build-with-Debian.patch
+0002-Fixed-spelling-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/calculix-ccx.git



More information about the debian-science-commits mailing list