osmith has uploaded this change for review.

View Change

ggsn_tests: fix typo

Change-Id: Iefd1bfead68878553cbfd0f34ea8aaa4bdd40a41
---
M ggsn_tests/GGSN_Tests.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/10/36110/1
diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn
index c949dc9..32d4a1d 100644
--- a/ggsn_tests/GGSN_Tests.ttcn
+++ b/ggsn_tests/GGSN_Tests.ttcn
@@ -328,7 +328,7 @@
};
[] T_default.timeout {
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
- "pinpong T_default timeout");
+ "pingpong T_default timeout");
};
}


To view, visit change 36110. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iefd1bfead68878553cbfd0f34ea8aaa4bdd40a41
Gerrit-Change-Number: 36110
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange