[med-svn] [fw4spl] 08/08: Fix spelling error in usr/lib/x86_64-linux-gnu/libfwGdcmIO.so.0.1
Flavien Bridault
fbridault-guest at moszumanska.debian.org
Thu Mar 2 13:03:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
fbridault-guest pushed a commit to branch master
in repository fw4spl.
commit 38f1db4380dae0f41282c316e4e1cea1f9a75eac
Author: Flavien Bridault <fbridault at ircad.fr>
Date: Thu Mar 2 12:46:57 2017 +0000
Fix spelling error in usr/lib/x86_64-linux-gnu/libfwGdcmIO.so.0.1
---
debian/patches/fix_spelling_error.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/fix_spelling_error.patch b/debian/patches/fix_spelling_error.patch
new file mode 100644
index 0000000..35378ef
--- /dev/null
+++ b/debian/patches/fix_spelling_error.patch
@@ -0,0 +1,18 @@
+Description: Fix spelling error reported by lintian
+Author: Flavien Bridault <fbridault at ircad.fr>
+--- fw4spl-old.orig/SrcLib/io/fwGdcmIO/src/fwGdcmIO/helper/DicomDir.cpp
++++ fw4spl-old/SrcLib/io/fwGdcmIO/src/fwGdcmIO/helper/DicomDir.cpp
+@@ -163,11 +163,11 @@
+
+ const ::boost::filesystem::path path = root / file;
+ OSLM_WARN_IF("Unable to find path :" << path, !::boost::filesystem::exists(path));
+- OSLM_WARN_IF("Dicomdir is badly formated. Skipping path :" << path, !currentSeries);
++ OSLM_WARN_IF("Dicomdir is badly formatted. Skipping path :" << path, !currentSeries);
+
+ if(!currentSeries || file.empty())
+ {
+- logger->warning("DICOMDIR file is badly formated. Instances may be missing");
++ logger->warning("DICOMDIR file is badly formatted. Instances may be missing");
+ }
+ else if(::boost::filesystem::exists(path))
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 86b2bac..c2ef3c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+fix_spelling_error.patch
fix_install.patch
fix_unit_tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fw4spl.git
More information about the debian-med-commit
mailing list