Misc. source and comment typos
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user