answersLogoWhite

0

If the error is minor, and the deed has a title reference that states it is the same property described in a former deed and that former deed recites the correct description, then you may be safe to ignore the error. A missing course in an otherwise perfect deed can be corrected by a scrivener's affidavit. If the error is substantial enough that it causes confusion as to what land was conveyed then you will need a corrective deed.

You should have the deed reviewed by the attorney who represented you at the closing ASAP.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What does a lamination error on a quarter look like?

The following description is from www.coinsite.com: Lamination Error: A coin with a fragment of metal missing or peeled off the coin's surface. Caused by dirt or gas trapped in the strip as it is rolled out to the prescribed thickness. Lamination errors may be missing or attached to the coin's surface. In the case of clad coins, the outer layer may be completely or partially missing on one or both sides.


How can you Get error message in interbase?

In C and C++ you may use isc_interprete to get a human-readable description of the error. If you use IBPP API, it thorws exceptions containing a description of error.


What is the value on a nickel with a mint error?

Please post a new question with the coin's date and a description of the error.


Combat arms error -40?

go to Google type in combat arms error codes match your error code and read the description


What does ford error code p305 mean?

Cylinder 5 is missing


How can I fix these error on the roblox website. Read the description?

As a ROBLOX user you cannot fix site errors, all site errors should be reported to an admin.


Missing semicolon in c program is a compile time error?

It's a syntax error, which is detected during compilation, yes.


What does SQL error code consist of?

It consist of the ORA error and its description. example: ORA-00942 table or view does not exist


What would cause the error message bad or missing operating system at boot up?

Missing or corrupt boot sector


What is the value of a 1979 quarter with striking error?

Not enough information. Please post a new question with a description of the suspected error. Thanks!


How can an error on a legal description of property be corrected to get clear title?

That all depends on the error. You can add more details on the discussion page.


How do you fix the What if your HTML cannot be accepted Tag is broken?

When you see the HTML in the document it means that there is an error in the HTML written. You should be able to figure out the error from the HTML line that is showing. For example if you are missing a tag for the <P> command as the following example: <P>This is the correct way.</P> (will show as) This is the correct way. <P>This is the Wrong Way /P> (will show as) This is the wrong way /P> In the example of the wrong way the <P> end tag is open and shows up on the document. A missing end tag could have the same results. or you could be missing a tag altogether. You might have to look for it, and correct it. The error could be a missing a Quote such as the attribute for a hyper link should be enclosed in quotes such as <a href="'http://wikiAnswers.com> will appear as a link: WikiAnswers.com If one of the two quotes are missing it will show on the page as <a href="http://mo.com%3EWikianswers.com The point where the error is made in the HTML will show in the document. You just have to go in and edit it.