summaryrefslogtreecommitdiff
path: root/src/gui/storagewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/storagewindow.h')
-rw-r--r--src/gui/storagewindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/storagewindow.h b/src/gui/storagewindow.h
index de0937b5..a4db14bf 100644
--- a/src/gui/storagewindow.h
+++ b/src/gui/storagewindow.h
@@ -73,12 +73,12 @@ class StorageWindow : public Window, gcn::ActionListener,
/**
* Add the specified ammount of the specified item to storage
*/
- void addStore(Item* item, int ammount);
+ void addStore(Item* item, int amount);
/**
* Remove the specified ammount of the specified item from storage
*/
- void removeStore(Item* item, int ammount);
+ void removeStore(Item* item, int amount);
/**
* Closes the Storage Window, as well as telling the server that the