diff options
author | Robert Göhler <github@ghlr.de> | 2024-01-19 21:06:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 21:06:51 +0100 |
commit | 4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7 (patch) | |
tree | fab3d39ba75743c2f7fa302aedf5d46194bb8204 /docs/contributing/development.rst | |
parent | eeffa32cf0c486fc12dba86d30c365f9b521652a (diff) | |
parent | a5cb164d9a813ffbb1048244d53158fc6add1e58 (diff) | |
download | vyos-documentation-4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7.tar.gz vyos-documentation-4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7.zip |
Merge pull request #1247 from sebweb3r/spellfix
Fix some spell mistakes
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r-- | docs/contributing/development.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 1f296144..e39af3a5 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -252,7 +252,7 @@ contributors to navigate through the sources and all the implied logic of the spaghetti code. Please use the following template as good starting point when developing new -modules or even rewrite a whole bunch of code in the new style XML/Pyhon +modules or even rewrite a whole bunch of code in the new style XML/Python interface. |