[lttng-dev] [PATCH lttng-tools] Fix typo 'Attemp' -> 'Attempt'

Jérémie Galarneau jeremie.galarneau at efficios.com
Fri Oct 18 23:27:17 EDT 2019


Merged in master and stable-2.11.

Thanks!
Jérémie

On Fri, Oct 18, 2019 at 05:12:22PM -0400, Michael Jeanson wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
>  src/common/trace-chunk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/common/trace-chunk.c b/src/common/trace-chunk.c
> index afba60b38..20dbd0a5e 100644
> --- a/src/common/trace-chunk.c
> +++ b/src/common/trace-chunk.c
> @@ -1269,7 +1269,7 @@ lttng_trace_chunk_registry_publish_chunk(
>  				 *
>  				 * Re-attempt to publish.
>  				 */
> -				ERR("Attemp to publish a trace chunk to the chunk registry raced with a trace chunk deletion");
> +				ERR("Attempt to publish a trace chunk to the chunk registry raced with a trace chunk deletion");
>  				continue;
>  			}
>  		}
> -- 
> 2.17.1
> 


More information about the lttng-dev mailing list