summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorzabio3 <zabio1192@gmail.com>2019-03-12 18:11:39 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-03-16 19:35:04 +0900
commit6345fdd20a172fc2e568487c391246307b9cd757 (patch)
tree9ab00461978f9c90adb6ded606a57f55d571a924 /tools
parented0580dadf31bbe54d021e994e3726dda5cdc1a0 (diff)
Fixed typos
Diffstat (limited to 'tools')
-rw-r--r--tools/pyang_plugins/gobgp.yang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index c2b3102b..9379f6d5 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -263,7 +263,7 @@ module gobgp {
leaf update-recv-time {
type int64;
description
- "The number of seconds elasped since January 1, 1970 UTC
+ "The number of seconds elapsed since January 1, 1970 UTC
last time the BGP session received an UPDATE message";
}
}