Fix a couple of typos
parent
15b9601393
commit
110297793c
|
@ -142,7 +142,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
|||
|
||||
if( numberInstances > ObjectLinkedPartsMax )
|
||||
{
|
||||
error = "Model whould have more than " + ObjectLinkedPartsMax.ToString() + " linked prims";
|
||||
error = "Model would have more than " + ObjectLinkedPartsMax.ToString() + " linked prims";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -298,7 +298,7 @@ namespace OpenSim.Services.MapImageService
|
|||
{
|
||||
// Create a new output tile with a transparent background
|
||||
Bitmap bm = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH, PixelFormat.Format24bppRgb);
|
||||
//bm.MakeTransparent(); // 24bpp does not have transparency, this whould make it 32bpp
|
||||
//bm.MakeTransparent(); // 24bpp does not have transparency, this would make it 32bpp
|
||||
return bm;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue