summary refs log tree commit diff stats
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-20 08:48:23 +0800
committerReto Brunner <reto@labrat.space>2020-05-21 18:11:47 +0200
commita7986f5706a9ee93ab084331effcb7136b4ae50e (patch)
tree2c221a30ec2e4060eec6b0623aec6ae4fcf14f7b /doc/aerc.1.scd
parent2e7f15b6982fbddfd8a0a2d04542d9041299a7f4 (diff)
downloadaerc-a7986f5706a9ee93ab084331effcb7136b4ae50e.tar.gz
Fix typos
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 3eb8b24..61e35bb 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -50,7 +50,7 @@ These commands work in any context.
 	Displays aerc's current working directory in the status bar.
 
 *set* <category>.<option> <value>
-	Changes the value of a configuration paramter at runtime. The category is
+	Changes the value of a configuration parameter at runtime. The category is
 	the name of the [heading] for the config option you wish to change, and the
 	option is the name of the config option. For example, to change this option:
 
@@ -198,7 +198,7 @@ message list, the message in the message viewer, etc).
 
 *search*
 	Searches the current folder.
-	The search syntax is dependant on the underlying backend.
+	The search syntax is dependent on the underlying backend.
 	Refer to *aerc-search*(1) for details
 
 *select* <n>
@@ -284,7 +284,7 @@ message list, the message in the message viewer, etc).
 ## MESSAGE COMPOSE COMMANDS
 
 *abort*
-	Close the composor without sending, discarding the message in progress.
+	Close the composer without sending, discarding the message in progress.
 
 *attach* <path>
 	Attaches the file at the given path to the email.
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313