Commit 94f7ce7d authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxcompshad: fix spelling errors as reported by codespell

parent a32554db
......@@ -251,7 +251,7 @@ int CorePoller::isChanged(int (*checkIfInputCallback)(void *), void *arg, int *s
for (; curLine < (int) height_; curLine++)
{
logDebug("CorePoller::isChanged", "Analizing line [%d] move backward [%d] status [%d] priority [%d].",
logDebug("CorePoller::isChanged", "Analyzing line [%d] move backward [%d] status [%d] priority [%d].",
curLine, moveBackward, lineStatus_[curIlace], linePriority_[curLine]);
//
......
......@@ -239,7 +239,7 @@ void UpdateManager::handleInput()
}
catch (UpdaterClosing u)
{
logTest("UpdateManager::handleInput", "Catched exception UpdaterClosing().");
logTest("UpdateManager::handleInput", "Caught exception UpdaterClosing().");
removeUpdater((UpdaterHandle)updaterVector[i]);
......
......@@ -212,7 +212,7 @@ char *Poller::getRect(XRectangle r)
{
logTrace("Poller::getRect");
logDebug("Poller::getRect", "Going to retrive rectangle [%d, %d, %d, %d].",
logDebug("Poller::getRect", "Going to retrieve rectangle [%d, %d, %d, %d].",
r.x, r.y, r.width, r.height);
if (shmExtension_ == 1)
......@@ -1144,7 +1144,7 @@ SendKeycode:
//
// Use keysyms to translate keycodes across different
// keyboard models. Unuseful when both keyboards have
// keyboard models. Useless when both keyboards have
// same keycodes (e.g. both are pc keyboards).
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment