Misc. source and comment typos

This commit is contained in:
luz.paz
2018-02-26 22:02:52 -05:00
parent 86019a01ef
commit 143ce405e4
4 changed files with 5 additions and 5 deletions

View File

@@ -451,7 +451,7 @@ private:
/** Float properties
* This is the father of all properties handling floats.
* Use this type only in rare cases. Mostly you want to
* use the more specialized types like e.g. PropertyLenth.
* use the more specialized types like e.g. PropertyLength.
* These properties also fulfill the needs of the unit system.
* See PropertyUnits.h for all properties with units.
*/

File diff suppressed because one or more lines are too long

View File

@@ -51,12 +51,12 @@ struct Element_Header
// only zip less implemented so far...
assert(zLib == false);
Element_Lenght.read(cont);
Element_Length.read(cont);
Object_Type_ID.read(cont);
Object_Base_Type.read(cont);
};
I32 Element_Lenght;
I32 Element_Length;
GUID Object_Type_ID;
UChar Object_Base_Type;

View File

@@ -27,7 +27,7 @@ __author__ = "Yorik van Havre <yorik@uncreated.net>"
__url__ = "http://www.freecadweb.org"
"""
This script needs to be ran after the wiki has been fully downloaded. It has three usages:
This script needs to be run after the wiki has been fully downloaded. It has three usages:
1) If no revisions.txt file is found, it parses the contents of the wikifiles.txt file
and, for each entry, it retrieves a corresponding revision ID, and creates a revisions.txt file