mirror of https://github.com/KLayout/klayout.git
A few more spelling fixes
This commit is contained in:
parent
e26b57ca2f
commit
d287b6958b
|
|
@ -65,7 +65,7 @@ void AdaptorBase::tie_copies (AdaptorBase *target, tl::Heap &heap)
|
|||
copy_to (target, heap);
|
||||
|
||||
// This object (which will be destroyed before this is responsible for copying back
|
||||
// the contents ot target into this once the heap goes out of scope)
|
||||
// the contents of target into this once the heap goes out of scope)
|
||||
heap.push (new AdaptorSynchronizer (t.release (), this, &heap));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
<p>
|
||||
By default, no layer mapping is specified. Layer mapping can be employed to confine input to
|
||||
certain layers or layer/purpose pairs and to specifiy mapping of LEF layers/purposes to GDS
|
||||
certain layers or layer/purpose pairs and to specify mapping of LEF layers/purposes to GDS
|
||||
layer/datatypes.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
t1.x Empty file.
|
||||
Various ways to specifiy a float (database unit).
|
||||
Various ways to specify a float (database unit).
|
||||
t2.x Cells.
|
||||
Various ways to specify cell names (id, string) and refer to them.
|
||||
t3.x Texts.
|
||||
|
|
|
|||
Loading…
Reference in New Issue