pespin submitted this change.
cosmetic: server: Fix typo in comment
Change-Id: I03aa0137d5470717104f27cb55d4bde802d00a95
---
M src/osmo_server_network.c
1 file changed, 1 insertion(+), 1 deletion(-)
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. */
To view, visit change 39282. To unsubscribe, or for help writing mail filters, visit settings.