pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39282?usp=email )
Change subject: cosmetic: server: Fix typo in comment ......................................................................
cosmetic: server: Fix typo in comment
Change-Id: I03aa0137d5470717104f27cb55d4bde802d00a95 --- M src/osmo_server_network.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/82/39282/1
diff --git a/src/osmo_server_network.c b/src/osmo_server_network.c index be2c6e0..f05413e 100644 --- a/src/osmo_server_network.c +++ b/src/osmo_server_network.c @@ -135,7 +135,7 @@ if (!server->completed_path) return;
- /* Assumption: curr_filename is anonicalized absolute pathname. */ + /* Assumption: curr_filename is canonical absolute pathname. */
/* basename and dirname may modify input param, and return a string * which shall not be freed, potentially pointing to the input param. */