diff --git a/cognee/modules/data/exceptions/exceptions.py b/cognee/modules/data/exceptions/exceptions.py index 7d7bbd632..5117f3cac 100644 --- a/cognee/modules/data/exceptions/exceptions.py +++ b/cognee/modules/data/exceptions/exceptions.py @@ -13,7 +13,7 @@ class UnstructuredLibraryImportError(CogneeApiError): class UnauthorizedDataAccessError(CogneeApiError): def __init__( self, - message: str = "Usesr does not have permission to access this data.", + message: str = "User does not have permission to access this data.", name: str = "UnauthorizedDataAccessError", status_code=status.HTTP_401_UNAUTHORIZED, ):