Bug 1410518 - Fix typo. r=me

This commit is contained in:
Tom Schuster 2017-10-22 12:45:08 +02:00
parent c590e1443a
commit 2ec84d5f6a

View File

@ -421,7 +421,7 @@ LocalStoreImpl::LoadData()
NS_IMETHODIMP
LocalStoreImpl::GetURI(nsACString& aURI)
{
aURI.AssignLiteral("rd:local-store");
aURI.AssignLiteral("rdf:local-store");
return NS_OK;
}