CONTRIBUTING: fix typo

Fixes https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1676
This commit is contained in:
Íñigo Huguet
2024-12-20 16:26:00 +01:00
parent 460f0b4bc9
commit 45dad85911

View File

@@ -415,7 +415,7 @@ have `-I. -I./src/` in their build arguments. So to include a header like
[`src/libnm-glib-aux/nm-random-utils.h`](src/libnm-glib-aux/nm-random-utils.h) [`src/libnm-glib-aux/nm-random-utils.h`](src/libnm-glib-aux/nm-random-utils.h)
you'd do `#include "libnm-glib-aux/nm-random-utils.h"`. you'd do `#include "libnm-glib-aux/nm-random-utils.h"`.
Note that there are exceptions. For example, `src/libnm-std-aux/nm-linux-compat.h`](src/libnm-std-aux/nm-linux-compat.h) Note that there are exceptions. For example, [`src/libnm-std-aux/nm-linux-compat.h`](src/libnm-std-aux/nm-linux-compat.h)
may need to be included before system headers as it is supposed to include headers may need to be included before system headers as it is supposed to include headers
from `src/linux-headers`](src/linux-headers). from `src/linux-headers`](src/linux-headers).