summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorSimon Rettberg2022-07-04 14:04:11 +0200
committerSimon Rettberg2022-07-04 14:04:21 +0200
commit17010280618a389cb34ba8ed2c55450f07d3240e (patch)
treeb1c06c617924e81687e56f1ef550c2cd920241c6 /inc
parent[dnbd3/vmstore] Add first version of speedtest/benchmark GUI (diff)
downloadslx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.tar.gz
slx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.tar.xz
slx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.zip
Fix typos
Diffstat (limited to 'inc')
-rw-r--r--inc/database.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/database.inc.php b/inc/database.inc.php
index 8f2ba6d1..b326fbe4 100644
--- a/inc/database.inc.php
+++ b/inc/database.inc.php
@@ -153,7 +153,7 @@ class Database
}
/**
- * Get id (promary key) of last row inserted.
+ * Get id (primary key) of last row inserted.
*
* @return int the id
*/