Skip to content

Commit af94249

Browse files
authored
Fix few small typos (#285)
* Fix minor typo * Fix typos
1 parent e52c322 commit af94249

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ops/recover-db.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ file system failure or lack of disk space, but the cluster is still working norm
2626
### Check the Logs to Confirm Status
2727

2828
Check the log in `/var/log/ovn/ovn-northd.log`, if it shows similar error as follows,
29-
you can make sue that there is an exception in the database:
29+
you can make sure that there is an exception in the database:
3030

3131
```bash
3232
* ovn-northd is not running

docs/reference/kube-ovn-api.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ In each CRD definition, the Condition field in Status follows the above format,
8484
| v6availableIPrange | String | The available range of IPv6 addresses on the subnet |
8585
| v6UsingIPs | Float64 | Number of used IPv6 IPs |
8686
| v6usingIPrange | String | Used IPv6 address ranges on the subnet |
87-
| sctivateGateway | String | The currently working gateway node in centralized subnet of master-backup mode |
87+
| activateGateway | String | The currently working gateway node in centralized subnet of master-backup mode |
8888
| dhcpV4OptionsUUID | String | The DHCP_Options record identifier associated with the lsp dhcpv4_options on the subnet |
8989
| dhcpV6OptionsUUID | String | The DHCP_Options record identifier associated with the lsp dhcpv6_options on the subnet |
9090
| u2oInterconnectionIP | String | The IP address used for interconnection when Overlay/Underlay interconnection mode is enabled |

docs/reference/kube-ovn-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
| v6availableIPrange | String | 子网现在可用的 IPv6 地址范围 |
8585
| v6UsingIPs | Float64 | 子网现在已用的 IPv6 IP 地址数量 |
8686
| v6usingIPrange | String | 子网现在已用的 IPv6 地址范围 |
87-
| sctivateGateway | String | 集中式子网,主备模式下当前正在工作的网关节点 |
87+
| activateGateway | String | 集中式子网,主备模式下当前正在工作的网关节点 |
8888
| dhcpV4OptionsUUID | String | 子网下 lsp dhcpv4_options 关联的 DHCP_Options 记录标识 |
8989
| dhcpV6OptionsUUID | String | 子网下 lsp dhcpv6_options 关联的 DHCP_Options 记录标识 |
9090
| u2oInterconnectionIP | String | 开启 Overlay/Underlay 互联模式后,所占用的用于互联的 IP 地址 |

0 commit comments

Comments
 (0)