OSDN Git Service

README and CONTRIBUTING typos [ci skip]
authorIvailo Monev <xakepa10@gmail.com>
Tue, 12 Jan 2021 02:53:44 +0000 (04:53 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 12 Jan 2021 02:53:52 +0000 (04:53 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
CONTRIBUTING
README

index cb473c6..c6ad99f 100644 (file)
@@ -11,12 +11,12 @@ generating the data tables if possible. Check out the existing scripts
 (https://github.com/fluxer/katie/tree/master/scripts) for examples.
 
 ## Compatibility
-Neither source nor binary compatibility is guratneed between releases which
+Neither source nor binary compatibility is guaranteed between releases which
 means hacks for binary compatibility and such are not required. If there is
 breaking change, the changes that need to be applied to other projects should
-be kept to minimum with backwards compatiblity where possible and usually noted
+be kept to minimum with backwards compatibility where possible and usually noted
 at the main wiki page (https://github.com/fluxer/katie/wiki). Note your changes
-there if neccessary once they are accepted, ask for write access if you cannot
+there if necessary once they are accepted, ask for write access if you cannot
 edit pages on the wiki.
 
 ## Standards
@@ -48,5 +48,5 @@ does not enable by default non-free software repository thus user interaction
 is required before non-free software can be installed.
 
 If you cannot contribute your changes with license that is more or equally
-permisive than those already in use (3-clause BSD, FDL v1.3 and LGPL v2.1+)
+permissive than those already in use (3-clause BSD, FDL v1.3 and LGPL v2.1+)
 than your contribution may not be acceptable.
diff --git a/README b/README
index 84ef6de..a6b13ab 100644 (file)
--- a/README
+++ b/README
@@ -91,9 +91,9 @@ Qt4 in the same codebase is trivial and requires only minor changes because
 Katie is mostly source compatible with Qt 4.8.x, compatibility with releases
 earlier than that is not a goal. Do note that using libraries that
 are linked to Qt4 from applications linked to Katie will trigger undefined
-behaviour.
+behavior.
 
-Should you enouncter a problem please report it at
+Should you encounter a problem please report it at
 https://github.com/fluxer/katie/issues. For more information about changes,
 how to handle them and general info please visit
 https://github.com/fluxer/katie/wiki.