[lttng-dev] [PATCH] Fix dyslexic "caugth"
Mathieu Desnoyers
compudj at krystal.dyndns.org
Wed Jan 25 14:20:54 EST 2012
* Thibault, Daniel (Daniel.Thibault at drdc-rddc.gc.ca) wrote:
> ------------------------------
> From ba8b02b0276d3f681f6bef48b75cdb27a3e5bffb Wed, 25 Jan 2012 13:33:16 -0500
> From: Daniel U. Thibault <daniel.thibault at drdc-rddc.gc.ca>
> Date: Wed, 25 Jan 2012 13:33:01 -0500
> Subject: [PATCH] Fix dyslexic "caugth"
Acked-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
>
> diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c
> index 4e5771f..631aa6b 100644
> --- a/src/bin/lttng-sessiond/main.c
> +++ b/src/bin/lttng-sessiond/main.c
> @@ -4077,14 +4077,14 @@
> {
> switch (sig) {
> case SIGPIPE:
> - DBG("SIGPIPE caugth");
> + DBG("SIGPIPE caught");
> return;
> case SIGINT:
> - DBG("SIGINT caugth");
> + DBG("SIGINT caught");
> stop_threads();
> break;
> case SIGTERM:
> - DBG("SIGTERM caugth");
> + DBG("SIGTERM caught");
> stop_threads();
> break;
> default:
> diff --git a/src/bin/lttng/lttng.c b/src/bin/lttng/lttng.c
> index 0373839..95ef848 100644
> --- a/src/bin/lttng/lttng.c
> +++ b/src/bin/lttng/lttng.c
> @@ -179,11 +179,11 @@
>
> switch (sig) {
> case SIGTERM:
> - DBG("SIGTERM caugth");
> + DBG("SIGTERM caught");
> clean_exit(EXIT_FAILURE);
> break;
> case SIGCHLD:
> - DBG("SIGCHLD caugth");
> + DBG("SIGCHLD caught");
> waitpid(sessiond_pid, &status, 0);
> recv_child_signal = 1;
> /* Indicate that the session daemon died */
> @@ -193,10 +193,10 @@
> case SIGUSR1:
> /* Notify is done */
> recv_child_signal = 1;
> - DBG("SIGUSR1 caugth");
> + DBG("SIGUSR1 caught");
> break;
> default:
> - DBG("Unknown signal %d caugth", sig);
> + DBG("Unknown signal %d caught", sig);
> break;
> }
> ------------------------------
>
> Daniel U. Thibault
> R & D pour la défense Canada - Valcartier (RDDC Valcartier) / Defence R&D Canada - Valcartier (DRDC Valcartier)
> Système de systèmes (SdS) / System of Systems (SoS)
> Solutions informatiques et expérimentations (SIE) / Computing Solutions and Experimentations (CSE)
> 2459 Boul. Pie XI Nord
> Québec, QC G3J 1X5
> CANADA
> Vox : (418) 844-4000 x4245
> Fax : (418) 844-4538
> NAC: 918V QSDJ
> Gouvernement du Canada / Government of Canada
> <http://www.valcartier.drdc-rddc.gc.ca/>
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list