X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Furi.c;h=a27f873bf3fed140034fbbb8b13c47004f03da1e;hb=96639848280e5dae29b0b03e895b0f9868a4ef50;hp=0f20c61b8eb13efe51f7c2185a0e1623b74995aa;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/src/common/uri.c b/src/common/uri.c index 0f20c61b8..a27f873bf 100644 --- a/src/common/uri.c +++ b/src/common/uri.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2012 David Goulet * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ @@ -126,7 +126,7 @@ static int set_ip_address(const char *addr, int af, char *dst, size_t size) * We choose to use the system name resolution API first * to honor its network configuration. If this fails, we * resolve to the appropriate loopback address. This is - * done to accomodate systems which may want to start + * done to accommodates systems which may want to start * tracing before their network configured. */ const char *loopback_addr = af == AF_INET ?