summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index dce89eb1c..7d2fab179 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -951,7 +951,7 @@ void Client::interact(u8 action, const PointedThing& pointed)
{
if(m_state != LC_Ready) {
errorstream << "Client::interact() "
- "cancelled (not connected)"
+ "Canceled (not connected)"
<< std::endl;
return;
}
@@ -1296,6 +1296,7 @@ Inventory* Client::getInventory(const InventoryLocation &loc)
break;
default:
FATAL_ERROR("Invalid inventory location type.");
+ break;
}
return NULL;
}