Cleanup: typo, spelling
This commit is contained in:
@@ -241,7 +241,7 @@ void ShaderGraph::connect(ShaderOutput *from, ShaderInput *to)
|
||||
assert(from && to);
|
||||
|
||||
if (to->link) {
|
||||
LOG(WARNING) << "Sraph connect: input already connected.";
|
||||
LOG(WARNING) << "Graph connect: input already connected.";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -1261,7 +1261,7 @@ static const char arg_handle_log_set_doc[] =
|
||||
"\t--log \"*\": log everything\n"
|
||||
"\t--log \"event\": logs every category starting with \"event\"\n"
|
||||
"\t--log \"render,cycles\": log both render and cycles messages\n"
|
||||
"\t--log \"*mesh*\": log every category containing \"mesh\" substring\n"
|
||||
"\t--log \"*mesh*\": log every category containing \"mesh\" sub-string\n"
|
||||
"\t--log \"*,^operator\": log everything except operators, with ^prefix to exclude";
|
||||
static int arg_handle_log_set(int argc, const char **argv, void * /*data*/)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user