Merge pull request #37 from CoatiSoftware/inteface_typo
fix "Ambiuous" typo in interface instead of "Ambiguous" (issue #8)
This commit is contained in:
@@ -362,7 +362,7 @@ namespace sourcetrail
|
||||
*
|
||||
* return: true if successful. false on failure. getLastError() provides the error message.
|
||||
*/
|
||||
bool recordReferenceIsAmbiuous(int referenceId);
|
||||
bool recordReferenceIsAmbiguous(int referenceId);
|
||||
|
||||
/**
|
||||
* Stores a location between a specific context and an "unsolved" symbol to the database
|
||||
|
||||
Reference in New Issue
Block a user