mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Fix a couple of typos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user