mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 03:21:34 +02:00
Spelling errors in code and comments fixed
This commit is contained in:
@@ -743,7 +743,7 @@
|
||||
<property name="text" >
|
||||
<string>Leave fields empty to specify less reference points. One point is used to derive the displacement, further points are used to derive the orientation. Currently, no magnification is implied and only simple rotations are derived from the mapping points.
|
||||
|
||||
Alternatively the transformation (imported to existing layout) can be specified using the explicit transformation below. This allows to specify an arbitary transformation. Use the common notation (i.e. "*2 r90 10,-100").</string>
|
||||
Alternatively the transformation (imported to existing layout) can be specified using the explicit transformation below. This allows to specify an arbitrary transformation. Use the common notation (i.e. "*2 r90 10,-100").</string>
|
||||
</property>
|
||||
<property name="wordWrap" >
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -360,7 +360,7 @@ NetTracerNet::NetTracerNet (const NetTracer &tracer, const db::ICplxTrans &trans
|
||||
|
||||
for (NetTracer::iterator s = tracer.begin (); s != tracer.end (); ++s) {
|
||||
|
||||
// TODO: should reset propery ID:
|
||||
// TODO: should reset property ID:
|
||||
tl::ident_map<db::properties_id_type> pm;
|
||||
db::Shape new_shape = m_shapes.insert (s->shape (), trans, pm);
|
||||
m_net_shapes.push_back (*s);
|
||||
|
||||
@@ -160,7 +160,7 @@ gsi::Class<db::NetTracerShape> decl_NetElement ("db", "NetElement",
|
||||
"In any case, the \\shape method will deliver the shape and \\trans the transformation of the shape into the original top cell. "
|
||||
"To obtain a flat representation of the net, the shapes need to be transformed by this transformation.\n"
|
||||
"\n"
|
||||
"\\layer will give the layer the shape is located at, \\cell_index will denote the cell that containes the shape.\n"
|
||||
"\\layer will give the layer the shape is located at, \\cell_index will denote the cell that contains the shape.\n"
|
||||
"\n"
|
||||
"This class has been introduced in version 0.25.\n"
|
||||
);
|
||||
|
||||
@@ -84,7 +84,7 @@ struct InputModeConverter
|
||||
case IMVisible:
|
||||
return "visible";
|
||||
case IMSpecific:
|
||||
return "specifc";
|
||||
return "specific";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
@@ -1404,7 +1404,7 @@ XORToolDialog::run_xor ()
|
||||
if (mp_view && output_mode == OMMarkerDatabase) {
|
||||
mp_view->remove_rdb (rdb_index);
|
||||
}
|
||||
throw tl::Exception (tl::to_string (QObject::tr ("Errors occured during processing. First error message says:\n")) + job.error_messages ().front ());
|
||||
throw tl::Exception (tl::to_string (QObject::tr ("Errors occurred during processing. First error message says:\n")) + job.error_messages ().front ());
|
||||
}
|
||||
|
||||
// apply healing if required
|
||||
|
||||
Reference in New Issue
Block a user