Skip to content

Commit

Permalink
Merge pull request #224 from ellert/spelling
Browse files Browse the repository at this point in the history
Correct spelling error found by lintian
  • Loading branch information
fscheiner authored Mar 10, 2024
2 parents 1f4db25 + f15aac1 commit e479e51
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gram/client/source/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.60])

AC_INIT([globus_gram_client],[14.6],[https://github.com/gridcf/gct/issues])
AC_INIT([globus_gram_client],[14.7],[https://github.com/gridcf/gct/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}])
AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}])
Expand Down Expand Up @@ -68,6 +68,6 @@ AC_CONFIG_FILES(
test/Makefile
test/testcred.cnf
Doxyfile
version.h)
version.h)

AC_OUTPUT
2 changes: 1 addition & 1 deletion gram/client/source/globus_gram_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ globus_gram_client_job_signal(
*
* @return
* Upon success, globus_gram_client_job_register_signal() returns
* GLOBUS_SUCCESS after beginnning to send the signal to the GRAM job and
* GLOBUS_SUCCESS after beginning to send the signal to the GRAM job and
* registers the @a register_callback function to be called once that
* has completed. If an error occurs, this function returns an integer
* error code indicating why the client could not signal the job.
Expand Down
2 changes: 1 addition & 1 deletion gridftp/server/src/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.60])

AC_INIT([globus_gridftp_server],[13.25],[https://github.com/gridcf/gct/issues])
AC_INIT([globus_gridftp_server],[13.26],[https://github.com/gridcf/gct/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}])
AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ globus_l_gfs_remote_node_request_kickout(
globus_i_gfs_brain_node_t ** brain_node_array;
globus_gfs_log_result(
GLOBUS_GFS_LOG_WARN,
"could not get intially requested node, trying another",
"could not get initially requested node, trying another",
result);
/* select a new set of nodes */
result = globus_gfs_brain_select_nodes(
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/globus-gram-client/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globus-gram-client (14.7-1+gct.@distro@) @distro@; urgency=medium

* Correct spelling error found by lintian

-- Mattias Ellert <[email protected]> Fri, 08 Mar 2024 17:39:51 +0100

globus-gram-client (14.6-1+gct.@distro@) @distro@; urgency=medium

* Fix some doxygen warnings
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/globus-gridftp-server/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globus-gridftp-server (13.26-1+gct.@distro@) @distro@; urgency=medium

* Correct spelling error found by lintian

-- Mattias Ellert <[email protected]> Fri, 08 Mar 2024 14:49:44 +0100

globus-gridftp-server (13.25-1+gct.@distro@) @distro@; urgency=medium

* Fix buffer overflow in test
Expand Down
5 changes: 4 additions & 1 deletion packaging/fedora/globus-gram-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: globus-gram-client
%global soname 3
%global _name %(echo %{name} | tr - _)
Version: 14.6
Version: 14.7
Release: 1%{?dist}
Summary: Grid Community Toolkit - GRAM Client Library

Expand Down Expand Up @@ -137,6 +137,9 @@ GLOBUS_HOSTNAME=localhost make %{?_smp_mflags} check VERBOSE=1
%doc %{_pkgdocdir}/GLOBUS_LICENSE

%changelog
* Fri Mar 08 2024 Mattias Ellert <[email protected]> - 14.7-1
- Correct spelling error found by lintian

* Fri Mar 11 2022 Mattias Ellert <[email protected]> - 14.6-1
- Fix some doxygen warnings

Expand Down
5 changes: 4 additions & 1 deletion packaging/fedora/globus-gridftp-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: globus-gridftp-server
%global soname 6
%global _name %(echo %{name} | tr - _)
Version: 13.25
Version: 13.26
Release: 1%{?dist}
Summary: Grid Community Toolkit - Globus GridFTP Server

Expand Down Expand Up @@ -223,6 +223,9 @@ fi
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Fri Mar 08 2024 Mattias Ellert <[email protected]> - 13.26-1
- Correct spelling error found by lintian

* Mon Nov 28 2022 Mattias Ellert <[email protected]> - 13.25-1
- Fix buffer overflow in test

Expand Down

0 comments on commit e479e51

Please sign in to comment.