This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository jnr-enxio.
commit 9d3f2f9f88eb1350115e784d879ca3c9e18e6564 Author: Miguel Landaeta <[email protected]> Date: Mon Mar 20 21:22:20 2017 +0000 Fix typo in package descriptions --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2da0002..a14f6f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ jnr-enxio (0.16-1) UNRELEASED; urgency=medium * Update copyright dates. * Switch Vcs-* URL fields to https. * Remove unused and empty file d/docs. + * Fix typo in package descriptions. -- Miguel Landaeta <[email protected]> Mon, 20 Mar 2017 21:01:07 +0000 diff --git a/debian/control b/debian/control index bfd557c..8b1eb0a 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Description: Java extended native cross-platform I/O library method to JNI or JNA to achieve programming simplicity while still retaining performance. . - The jnr-enxio package mimcs the standard Java non-blocking I/O (NIO) + The jnr-enxio package mimics the standard Java non-blocking I/O (NIO) library by implementing an I/O backend based on calls to the underlying native OS-level functions. This is implementing using the jnr-ffi foreign function interface. @@ -46,7 +46,7 @@ Description: Java extended native cross-platform I/O library (documentation) method to JNI or JNA to achieve programming simplicity while still retaining performance. . - The jnr-enxio package mimcs the standard Java non-blocking I/O (NIO) + The jnr-enxio package mimics the standard Java non-blocking I/O (NIO) library by implementing an I/O backend based on calls to the underlying native OS-level functions. This is implementing using the jnr-ffi foreign function interface. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-enxio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

