diff --git a/buildPkg.R b/buildPkg.R
index 785333db8a80f615dbbfc5d91657206bc1fb3542..ca4f398f02c6123a3319093da1060801313f8f08 100644
--- a/buildPkg.R
+++ b/buildPkg.R
@@ -10,7 +10,7 @@ if(!grepl(x=getwd(), pattern="/mcglm$")){
 
 library(devtools)
 
-## Load the package (to make functiona available).
+## Load the package (to make functions available).
 load_all()
 search()