[med-svn] [raster3d] 02/07: Fix spelling
Andreas Tille
tille at debian.org
Mon Oct 23 19:01:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository raster3d.
commit 2e8ab327b4aa63414384dfedcdad7f2a8f94643f
Author: Andreas Tille <tille at debian.org>
Date: Mon Oct 23 20:44:14 2017 +0200
Fix spelling
---
debian/changelog | 1 +
debian/patches/series | 1 +
debian/patches/spelling.patch | 68 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 70 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 562d9fa..958a752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ raster3d (3.0-3-3) UNRELEASED; urgency=medium
* Standards-Version: 4.1.1
* debhelper 10
* Build-Depends: s/libgd2-dev/libgd-dev/
+ * Fix spelling
-- Andreas Tille <tille at debian.org> Mon, 23 Oct 2017 20:35:14 +0200
diff --git a/debian/patches/series b/debian/patches/series
index f440091..23fab6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ render.man.diff
rods.man.diff
fix_bashism.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..fb8a1ec
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,68 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 23 Oct 2017 20:35:14 +0200
+Description: Fix spelling
+
+--- a/doc/normal3d.l
++++ b/doc/normal3d.l
+@@ -37,7 +37,7 @@ degrees with respect to the original vie
+ .PP
+ In-line and normalize all instances of file indirection in the input stream.
+ This results in a single input file containing no file indirection.
+-The default is to simply copy file indirection lines (those begining
++The default is to simply copy file indirection lines (those beginning
+ with @) to the new input file without opening them or normalizing their
+ contents.
+
+--- a/html/normal3d.html
++++ b/html/normal3d.html
+@@ -34,7 +34,7 @@ format specifiers (which are set to *).
+ <dd>The <i>-expand</i> flag causes the program to
+ In-line and normalize all instances of file indirection in the input stream.
+ This results in a single render input file containing no file indirection.
+- The default is to simply copy file indirection lines (those begining
++ The default is to simply copy file indirection lines (those beginning
+ with @) to the new input file without opening them or normalizing their
+ contents.</dd>
+ <dt><i>-h</i></dt>
+--- a/doc/rastep.l
++++ b/doc/rastep.l
+@@ -38,7 +38,7 @@ colors, and send it for immediate render
+ .PP
+ rastep < infile.pdb | render -png picture.png
+ .PP
+-To describe the same ellipsoids colored by Biso, omiting header records so that
++To describe the same ellipsoids colored by Biso, omitting header records so that
+ the resulting input file can be merged with other scene components
+ .PP
+ rastep -h -Bcolor 10. 30. < infile.pdb > ellipsoids.r3d
+--- a/normal3d.f
++++ b/normal3d.f
+@@ -487,7 +487,7 @@ c
+ CALL ASSERT (SCHEME.GE.0 .AND. SCHEME.LE.4, 'bad scheme')
+ GOTO 105
+ 104 CALL ASSERT(.FALSE.,
+- & '>>> This doesnt look like a Raster3D input file! <<<')
++ & '>>> This doesn''t look like a Raster3D input file! <<<')
+ 105 CONTINUE
+ *
+ * Let render autotile it if npx=0 or -size on command line
+--- a/render.f
++++ b/render.f
+@@ -771,7 +771,7 @@ C INTEGER TTRANS(MAXNTX,MAXNTY), IST
+ CALL ASSERT (NTY.GT.0, 'nty.le.0')
+ GOTO 105
+ 104 CALL ASSERT(.FALSE.,
+- & '>>> This doesnt look like a Raster3D input file! <<<')
++ & '>>> This doesn''t look like a Raster3D input file! <<<')
+ 105 CONTINUE
+ *
+ * Get number of pixels per tile - 0 means autotile from values in NTX, NTY
+@@ -2563,7 +2563,7 @@ c Most of the time BPRGB(1) is -1 to si
+ SDTAIL(MDET + NBSDT + 8) = BPNORM(3)
+ ENDIF
+ ELSE IF (LINE(L:L+6).EQ.'BUMPMAP') THEN
+- WRITE(NOISE,*) '>> Sorry, no bumpmaps (dont you wish!)'
++ WRITE(NOISE,*) '>> Sorry, no bumpmaps (don''t you wish!)'
+ ELSE
+ GOTO 720
+ ENDIF
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/raster3d.git
More information about the debian-med-commit
mailing list