Skip to content

Commit a4d25f1

Browse files
committed
fix: typo in denoiser error message
1 parent d6825bb commit a4d25f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denoiser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ struct AYSSchedule : SigmaSchedule {
181181
LOG_INFO("AYS using SVD noise levels");
182182
inputs = noise_levels[2];
183183
} else {
184-
LOG_ERROR("Version not compatable with AYS scheduler");
184+
LOG_ERROR("Version not compatible with AYS scheduler");
185185
return results;
186186
}
187187

0 commit comments

Comments
 (0)